Courtman
Paranoid Android
- Local time
- Today, 02:20
- Joined
- Dec 8, 2001
- Messages
- 34
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?