Courtman
12-07-2001, 11:55 PM
I am writing a logbook to keep track of flying hours, and I need to countback in a table to find out when a 90-day period which covers three landings will expire.
So, if I have three entries as follows:
01/12/01
03/12/01
04/12/01
The 90-day period will cover those three, and the 90-day expiry will be 01/03/02.
What I want to do is countback three records, then add 90 days to it. How can I make a query countback three records and give me that result so I can add 90 to it?
So, if I have three entries as follows:
01/12/01
03/12/01
04/12/01
The 90-day period will cover those three, and the 90-day expiry will be 01/03/02.
What I want to do is countback three records, then add 90 days to it. How can I make a query countback three records and give me that result so I can add 90 to it?