L
Larry Mennitt
I have an old Paradox application that I wish to replace with an Access
database. I have been able to duplicate all functions but I would like to
improve on the old Paradox design. It is for a flying club that rents
aircraft to its members who are billed monthly.
Currently, a statement with rentals, payments, other credits, monthly dues
and balance carried over from the previous month are printed with a
calculated new balance for each member.
Then the new balance replaces the old balance in a field in each member's
record for use in the next month's billing (in spite of the rule to never
save a calculated field in a table). All sales, payments and credits are
saved to an archive table and then the tables are emptied - ready to start
over for the next month's billing.
I have never liked this scheme because it makes it difficult to create a
duplicate statement from a previous month, display running totals of
rentals, age balances or generate history graphs.
A partial solution has been to save a copy of the whole application each
month before emptying the tables. I have over 10 years of these copies.
Is there a better way?
Larry Mennitt
database. I have been able to duplicate all functions but I would like to
improve on the old Paradox design. It is for a flying club that rents
aircraft to its members who are billed monthly.
Currently, a statement with rentals, payments, other credits, monthly dues
and balance carried over from the previous month are printed with a
calculated new balance for each member.
Then the new balance replaces the old balance in a field in each member's
record for use in the next month's billing (in spite of the rule to never
save a calculated field in a table). All sales, payments and credits are
saved to an archive table and then the tables are emptied - ready to start
over for the next month's billing.
I have never liked this scheme because it makes it difficult to create a
duplicate statement from a previous month, display running totals of
rentals, age balances or generate history graphs.
A partial solution has been to save a copy of the whole application each
month before emptying the tables. I have over 10 years of these copies.
Is there a better way?
Larry Mennitt