I am creating a Database with the following requirements for data to be tracked and stored.
Employee
Name
Address
Age
phone
training
certification
status
Certifictation
Type
Level
Training
Date
Type
Instructor
Instructor
Name
Type
Work
Dates working
Missed (yes/no)
Makeup days
# of Employees needed per day
Those are the required data needed. The problem I am running into is how to setup the work table. Should I set up a table for the dates with how many employees are needed. Then connect that to a work table that has employee id and date id and where they have missed the day or not? All of the main rules I am wanting to add I will be adding with VBA rather then complicate the tables anymore. I am looking for any suggestions on setting up the initial tables and relationships.
Thanks
Russ
Employee
Name
Address
Age
phone
training
certification
status
Certifictation
Type
Level
Training
Date
Type
Instructor
Instructor
Name
Type
Work
Dates working
Missed (yes/no)
Makeup days
# of Employees needed per day
Those are the required data needed. The problem I am running into is how to setup the work table. Should I set up a table for the dates with how many employees are needed. Then connect that to a work table that has employee id and date id and where they have missed the day or not? All of the main rules I am wanting to add I will be adding with VBA rather then complicate the tables anymore. I am looking for any suggestions on setting up the initial tables and relationships.
Thanks
Russ