Matt_Lavoie
Registered User.
- Local time
- Today, 16:25
- Joined
- Aug 24, 2011
- Messages
- 13
I'm creating a database in Access 2007. Every day, the same 30+ company vehicles are operated and the number of hours they were running needs to be recorded. My form shows the current date at the top, and shows a blank continuous form at the beginning of a new day. There are "Next/Prev Day" buttons at the bottom to flip to previous days to view what was filled in that day.
When beginning each day, I don't want a supervisor to have to re-select over 30 vehicle names from 30 combo boxes and potentially skip some by accident. I would prefer that the form automatically fill in the combo boxes with one of each vehicle.
The fleet of vehicles changes a few times a year, so the list of vehicles is in another table that the combo box gets values from.
Form:
frmVehicleHours
Tables:
tblVehicleHours
--> AutoNumber, Date, VehicleNumber, HoursRan
tblVehicleList
--> VehicleNumber
This is a simplified version of the problem, but if I can manage this it will be integrate into the database.
Thanks in advance for any ideas,
-Matt
When beginning each day, I don't want a supervisor to have to re-select over 30 vehicle names from 30 combo boxes and potentially skip some by accident. I would prefer that the form automatically fill in the combo boxes with one of each vehicle.
The fleet of vehicles changes a few times a year, so the list of vehicles is in another table that the combo box gets values from.
Form:
frmVehicleHours
Tables:
tblVehicleHours
--> AutoNumber, Date, VehicleNumber, HoursRan
tblVehicleList
--> VehicleNumber
This is a simplified version of the problem, but if I can manage this it will be integrate into the database.
Thanks in advance for any ideas,
-Matt
Last edited: