I manage lease contracts using Paradox 9.0 to track rentals received and future rentals due. At present I have to individually input each rental due, a laborious exercise if there are 84 records for each lease contract!
Can anyone think of a way to automatically produce records based on set criteria?
For example, the set criteria would be : Lease Number, Start Date, Number of Payments, Frequency of Payments (monthly or quarterly), Rental.
The table would then look like this:
1 01/01/2006 100.00
2 02/01/2006 100.00
3 03/01/2006 100.00 and so on for 84 records.
This then appears in an existing table where the primary key is an autoincrement which I use for a unique invoice number.
Andrew Wyeth
Can anyone think of a way to automatically produce records based on set criteria?
For example, the set criteria would be : Lease Number, Start Date, Number of Payments, Frequency of Payments (monthly or quarterly), Rental.
The table would then look like this:
1 01/01/2006 100.00
2 02/01/2006 100.00
3 03/01/2006 100.00 and so on for 84 records.
This then appears in an existing table where the primary key is an autoincrement which I use for a unique invoice number.
Andrew Wyeth