Table design for on call schedule, whats the best way?
I'm working on a database for my company that shows service and delivery information and I'm trying to incorporate the on call schedule to the program. I made a table with the columns Market, Techname, Date, and want to use the calendar control to populate the Techname and Phone number for the market that is selected and what day is selected on the calendar using a query.
I know I can make this work but the problem I see is that my table will get HUGE with data if i have to enter the tech for everyday as there is 1 tech and 1 driver per market on call per every week per market with approx 100 markets. Just looking for some help on how to design something like this the best way.
Currently I have a table with all the techs listed and another table with the drivers and there info I was thinking maybe I could use those tables somehow to make an editable on call rotation table.
Thanks in advance
I'm working on a database for my company that shows service and delivery information and I'm trying to incorporate the on call schedule to the program. I made a table with the columns Market, Techname, Date, and want to use the calendar control to populate the Techname and Phone number for the market that is selected and what day is selected on the calendar using a query.
I know I can make this work but the problem I see is that my table will get HUGE with data if i have to enter the tech for everyday as there is 1 tech and 1 driver per market on call per every week per market with approx 100 markets. Just looking for some help on how to design something like this the best way.
Currently I have a table with all the techs listed and another table with the drivers and there info I was thinking maybe I could use those tables somehow to make an editable on call rotation table.
Thanks in advance
Last edited: