Greg
I would definately include a table which would include tenant id, rent amt due, due date, rent amt paid and date paid
You can then populate the rent due and date due from you original rent table but then the amount could be altered for each tenant. I do not know how your program is set up but there are any number of ways to populate the new table for each month/payment period and then apply the payment to that record
Hope this helps.
Tim Ferguson - 18 Feb 2004 20:13 GMT
=?Utf-8?B?SmFja2ll?= <anonymous@discussions.microsoft.com> wrote in
news:746FBD92-9D6C-43B8-B44C-BE37C79ACD14@microsoft.com:
> I would definately include a table which would include tenant id, rent
> amt due, due date, rent amt paid and date paid.
Because rents may be paid quite asynchronously from when they become due,
I'd be tempted to have a RentsDue table and a PaymentsReceived one?
Tim F