R
Robert T
I designed a database that tracks my family's auto maintenance. I created a
tabbed SubForm that works well. The tabs are Oil Changes, Maintenance, Tire
Rotation, and Emission Control. Except for the Maintenance Tab, I would like
a query to pop up on entering each tab that tells me the LAST [DateService]
and [Mileage].
The query should then tell me the NEXT Date or Mileage that service should
be performed. Here's an example of what I would like on the tabbed subform.
Oil Changes Tab
------------------
I would like the query to
1. Automatically run upon entering the tab.
2. Find the most recent DateService and Mileage record.
3. Then add 120 days to the [DateService] field and 5,000 miles to the
[Mileage] field.
That way I will know when the next oil change is due by either Time or
Mileage.
Thanks,
Robert
tabbed SubForm that works well. The tabs are Oil Changes, Maintenance, Tire
Rotation, and Emission Control. Except for the Maintenance Tab, I would like
a query to pop up on entering each tab that tells me the LAST [DateService]
and [Mileage].
The query should then tell me the NEXT Date or Mileage that service should
be performed. Here's an example of what I would like on the tabbed subform.
Oil Changes Tab
------------------
I would like the query to
1. Automatically run upon entering the tab.
2. Find the most recent DateService and Mileage record.
3. Then add 120 days to the [DateService] field and 5,000 miles to the
[Mileage] field.
That way I will know when the next oil change is due by either Time or
Mileage.
Thanks,
Robert