I have a database based on airplane usage. When the airplane returns from use a reading (hour meter) is taken and placed in the log. I have been trying to develop a query that will take the current reading and subtract the reading from the previous record. The result would be the flight time. The table is Aircraft log and Tach is the meter reading. The table also has an auto number ID.
I have not found a thread that has worked for this query but, being new to queries I may have missed the "answer" somewhere.
I have tried formulas based on my last thread and have not been successful. They seem to fail because they never actually reference the previous record (or my syntax is incorrect).
If I can get the following query to retrieve the data from the prior record (Using ID????) I am set.
Start Tach: [Aircraft log].[tach]
Perhaps I missed something in my previous post or lack an understanding of the Alias names but I could not get that to work either.
Thanks for all your help!
David
n4467r@comcast.net
I have not found a thread that has worked for this query but, being new to queries I may have missed the "answer" somewhere.
I have tried formulas based on my last thread and have not been successful. They seem to fail because they never actually reference the previous record (or my syntax is incorrect).
If I can get the following query to retrieve the data from the prior record (Using ID????) I am set.
Start Tach: [Aircraft log].[tach]
Perhaps I missed something in my previous post or lack an understanding of the Alias names but I could not get that to work either.
Thanks for all your help!
David
n4467r@comcast.net