A
Accessidiot
I have a database which among other things stores the current mileage of a
vehicle.
A user fills out a form like a questionnaire, then prints out a report that
outlines the information entered in the form.
I would like to have a field on the report that shows if the vehicle has
exceeded 12000 km between the current form being filled in and the last time
the form was filled in.
I know how to create the calculations in vba, but I'm unaware of how to
access the previous mileage from the table.
I assume I will have to do it on the form and have a new field in the table
to contain the difference in mileage?
Thanks
vehicle.
A user fills out a form like a questionnaire, then prints out a report that
outlines the information entered in the form.
I would like to have a field on the report that shows if the vehicle has
exceeded 12000 km between the current form being filled in and the last time
the form was filled in.
I know how to create the calculations in vba, but I'm unaware of how to
access the previous mileage from the table.
I assume I will have to do it on the form and have a new field in the table
to contain the difference in mileage?
Thanks