mactheknife
Registered User.
- Local time
- Today, 17:45
- Joined
- Jan 6, 2014
- Messages
- 12
Hello Everyone,
I'm just venturing into Access and VBA and have found this forum really helpful on my journey, but the time has come when I actually have to ask you guru's for some help
.
I am creating a vehicle maintenance DB, The 2 important forms are:
frm Vehicles: Where I have some basic information about the vehicles and a double list box that lets you navigate records based on vehicle category.
frmVehicleCheck: An Input form for entering service detail records about the vehicles.
Now for my question. On the VehicleCheck form I have it setup so that the current date for the service is entered automatically into a field and recorded.
I have created a Totals query that will find the last service date for each vehicle ID, but how do I then limit this to just the Last service date for the current vehicleID that's selected on my frmVehicles and display it in a control there.
I hope I've explained myself well enough, but please let me know if I've not given enough information, or I could always upload the DB.
Thanks
I'm just venturing into Access and VBA and have found this forum really helpful on my journey, but the time has come when I actually have to ask you guru's for some help

I am creating a vehicle maintenance DB, The 2 important forms are:
frm Vehicles: Where I have some basic information about the vehicles and a double list box that lets you navigate records based on vehicle category.
frmVehicleCheck: An Input form for entering service detail records about the vehicles.
Now for my question. On the VehicleCheck form I have it setup so that the current date for the service is entered automatically into a field and recorded.
I have created a Totals query that will find the last service date for each vehicle ID, but how do I then limit this to just the Last service date for the current vehicleID that's selected on my frmVehicles and display it in a control there.
I hope I've explained myself well enough, but please let me know if I've not given enough information, or I could always upload the DB.
Thanks