G
Guest
I'm designing a database with a component for dispatching drivers.
Tables:
TblTrips (with combo box to choose volunteer driver and a ServiceDate
field)
TblVolDrivers (current list of volunteer drivers)
TblDriverAvail (simple autonumber/voldriver lookup/date unavailable
table linked to driverid in TblVolDrivers)
Form: FrmTrips (with corresponding combo box to lookup available drivers)
What would be the slickest approach to design a means for the form and
TblTrips to lookup only those drivers available on the service date specified
on that corresponding record in TblTrips via the entry form?
And an approach that will eventually lend itself to being modified to also
programatically consider whether or not a particular driver is available for
a particular time period.
Thanks! Sometimes I think I've got it...but then it all just slips away![Smile :) :)](/styles/default/custom/smilies/smile.gif)
Tables:
TblTrips (with combo box to choose volunteer driver and a ServiceDate
field)
TblVolDrivers (current list of volunteer drivers)
TblDriverAvail (simple autonumber/voldriver lookup/date unavailable
table linked to driverid in TblVolDrivers)
Form: FrmTrips (with corresponding combo box to lookup available drivers)
What would be the slickest approach to design a means for the form and
TblTrips to lookup only those drivers available on the service date specified
on that corresponding record in TblTrips via the entry form?
And an approach that will eventually lend itself to being modified to also
programatically consider whether or not a particular driver is available for
a particular time period.
Thanks! Sometimes I think I've got it...but then it all just slips away
![Smile :) :)](/styles/default/custom/smilies/smile.gif)