B
Bob J
My database has records which include dates, vehicle
numbers, and a starting and finishing odometer reading.
I want to run a query which will give me the mathematical
difference between the current record beginning odometer
reading and the previously entered day ending odometer
reading.
Here is an example of who the dynaset looks now.
Vehicle Date beginning ending
203221 9/10/2003 1,718.00 1,787.00
203221 9/11/2003 1,787.00 1,994.00
203221 9/15/2003 2,353.00 2,565.00
I want a column at the end which will give the difference
between the current day beginning and previous day ending
Can this be done with "built in" functions?
I have no experince with SQL.
numbers, and a starting and finishing odometer reading.
I want to run a query which will give me the mathematical
difference between the current record beginning odometer
reading and the previously entered day ending odometer
reading.
Here is an example of who the dynaset looks now.
Vehicle Date beginning ending
203221 9/10/2003 1,718.00 1,787.00
203221 9/11/2003 1,787.00 1,994.00
203221 9/15/2003 2,353.00 2,565.00
I want a column at the end which will give the difference
between the current day beginning and previous day ending
Can this be done with "built in" functions?
I have no experince with SQL.