I am trying to calculate the difference between to values either in the query or on the form.
The data is as follows:
This data is part of a table which relates to a vehicle table. So there is a record for each vehicle and the gasoline consumption.
How can I subtract the Odometer readings from each other to calculate the actual miles driven?
Thanks in advance,
MM
The data is as follows:
Code:
Id Odometer Reading Miles Driven
1 3081 ?
2 3481 ?
3 3751 ?
This data is part of a table which relates to a vehicle table. So there is a record for each vehicle and the gasoline consumption.
How can I subtract the Odometer readings from each other to calculate the actual miles driven?
Thanks in advance,
MM