acess help please!
acess help please!
(OP)
I want to make a table for Operators and One for Maintenance Men
Make it so that I can type in each person, what they're certified for and what shift they work.
I tried making a table for both, but I can't repeat any information (obviously) so If someone was certified in 4 or 5 different areas, I couldn't enter that in the table, Only one cert per person
is there another, easier way to do this, instead of making a table for each certification and then listing the people and their shifts?
Make it so that I can type in each person, what they're certified for and what shift they work.
I tried making a table for both, but I can't repeat any information (obviously) so If someone was certified in 4 or 5 different areas, I couldn't enter that in the table, Only one cert per person
is there another, easier way to do this, instead of making a table for each certification and then listing the people and their shifts?
RE: acess help please!
Do you understand normalization? If not, you might want to search the web to find some good information on creating good table structures. I don't expect I would create separate tables for Operators and Maintenance. Employee certifications should be stored in a junction table.
Duane
Hook'D on Access
MS Access MVP
RE: acess help please!
RE: acess help please!
With that structure you can easily report certifications for operators or shifts for maintenance people and you need to enter only relevant data.
RE: acess help please!
You need to start with your table structures. Build something and post back here with your tables, fields, and relationships for some feedback. Don't worry about anything else until you get your tables correct.
Duane
Hook'D on Access
MS Access MVP
RE: acess help please!
RE: acess help please!
http://r937.com/relational.html
Hope This Helps, PH.
FAQ219-2884: How Do I Get Great Answers To my Tek-Tips Questions?
FAQ181-2886: How can I maximize my chances of getting an answer?