I've attached a screenshot of my current table relationships which is hopefully relatively self-explanatory.
The database keeps track of who worked various shifts at various depot locations. There are always 2 employees crewing each shift (never more, never less).
As things stand at the moment, the details of the shift are entered on a form based on tSHIFT. There is a subform based on tCREW for the 2 employees who worked that shift.
Is this the correct table design, or should I somehow have integrated the 2 employees working each shift as distinct fields in the tSHIFT table?
The problem I'm running into is that I need a dropdown list of employees in the subform table to simplify data entry, but from reading various articles dropdown lists in tables are not a good idea...?
The database keeps track of who worked various shifts at various depot locations. There are always 2 employees crewing each shift (never more, never less).
As things stand at the moment, the details of the shift are entered on a form based on tSHIFT. There is a subform based on tCREW for the 2 employees who worked that shift.
Is this the correct table design, or should I somehow have integrated the 2 employees working each shift as distinct fields in the tSHIFT table?
The problem I'm running into is that I need a dropdown list of employees in the subform table to simplify data entry, but from reading various articles dropdown lists in tables are not a good idea...?