I hope one of you Access gurus can help me with a table relationship problem:
Say I've got 3 drivers; Alf, Bert and Charlie, and 5 trucks; T1 to T5.
Each driver can only be assigned to one truck at a time, ie if there's a record for Alf on T1, I can't raise a new record for Alf on T2 until I've removed him from T1.
The same thing applies to the trucks; if T1 is assigned to Charlie, I can't assign Bert to T1 until I take Charlie out of its cab.
How should I set up the Tables/Relationships so I can track the following:
Drivers
1. Cumulative Total Miles.
2. Cumulative miles on each truck.
Trucks
1. Cumulative Total Miles.
All without allowing any driver/truck conflicts?
The actual application will be more complex, and not truck-related, but that about summarises what I need to do - can it be done?