I'm new to Access in the sense that i've never fully utilised it, and i'm getting a bit stuck with the forms.
It's my understanding that a form is basically how you visualise the database to the user (if i've got this wrong please correct me).
I'm trying to create a servicing/maintenance database for the vehicles in my companies fleet. I've collected all the data on multiple tables;
The form i would like to create would initially show a list of the Drivers, with the registration of their currently assigned vehicle, and the date it was last serviced - so at a glance you can see the most recent records for all vehicles.
There would also be options to;
It's my understanding that a form is basically how you visualise the database to the user (if i've got this wrong please correct me).
I'm trying to create a servicing/maintenance database for the vehicles in my companies fleet. I've collected all the data on multiple tables;
- Drivers (Name, Vehicle Assigned/Registration, Local Service Centre)
- Service Centres (Name, Address, Contact No)
- Vehicle Detail (Registration, Make, Model)
- Servicing History (Registration, Date, Mileage)
The form i would like to create would initially show a list of the Drivers, with the registration of their currently assigned vehicle, and the date it was last serviced - so at a glance you can see the most recent records for all vehicles.
There would also be options to;
- Add a Service (date, mileage)
- Update/Add Driver Details (update vehicle assignment, local service centre)
- Update Vehicle Details (adding new vehicles should be taken care of by the linked databse)