J
James
I am making a scheduling system. I have a table that will have many records
(One record is one date) and it has 20 fields (one field is one posistion/job
title). In 7 other tables I have the start times for each posistion (one
table is one day tblSundayPosition, tblMondayPosition, etc) (I cannot use one
table because there are more than 255 fields) and the start times. On a
report I need it to have the dates as the columns and the names of the
employees as the rows. (I know how to do that.) Instead of showing the
posistion the employee is in I need it to display the time in for that
position from the position tables (tblSundayPosition). If the date is on a
Sunday it will pull from tblSundayPosition, etc.
How do I accomplish the above connecting of tables? How do I display the
position in time on the report?
(One record is one date) and it has 20 fields (one field is one posistion/job
title). In 7 other tables I have the start times for each posistion (one
table is one day tblSundayPosition, tblMondayPosition, etc) (I cannot use one
table because there are more than 255 fields) and the start times. On a
report I need it to have the dates as the columns and the names of the
employees as the rows. (I know how to do that.) Instead of showing the
posistion the employee is in I need it to display the time in for that
position from the position tables (tblSundayPosition). If the date is on a
Sunday it will pull from tblSundayPosition, etc.
How do I accomplish the above connecting of tables? How do I display the
position in time on the report?