NigelBrown
New member
- Local time
- Today, 01:51
- Joined
- Aug 15, 2006
- Messages
- 8
I have an Access 2002 table with contract_start and contract_end dates, plus annual_payment and payment_frequency (in months i.e. 0 (net 30 days), 3 (quarterly), 6 (half-yearly) and 12 (annually).
I need to extract a query that will tell me when the payments are due by working back to the start_date and calculating if a payment is due in the next, say, 30 days based upon the payment schedule and up to contract_end date.
Contracts can last for five years so the start_date could be up to five years ago.
In this way I can issue a report to identify what invoices need raising for the coming month.
Many thanks

I need to extract a query that will tell me when the payments are due by working back to the start_date and calculating if a payment is due in the next, say, 30 days based upon the payment schedule and up to contract_end date.
Contracts can last for five years so the start_date could be up to five years ago.
In this way I can issue a report to identify what invoices need raising for the coming month.
Many thanks

