J
jbc
Hello,
I'm designing a small database for 2 apartment buildings. There are 2
buildings and 26 tenants in one and 15 in the other.
I need to keep track of rental income, charges, credits, arrears, etc. I
have two tables:
tblTable: TenantID, Name, apt num, phone, rent, lease, etc.
tbleActivity: ActivityID, TenantID, Type(Drop down list of Rent, Charge,
Credit), Date
Relationship on TenantID
There can be multiple payments, charges, credits per month.
I want to produce a report that lists each tenant and all activity for
month. Columns for TenId, Apt, Name, Rent, Arrears, Charges, Credits,
Payments, Total Paid and Balance Due. The trouble i'm having is the rent is
being listed multiple times and the amounts are being included in the totals
at the bottom of the report.
What am I missing? I'm open to ideas on how to improve the design. Right
now I'm in the beginning stages.
Thanks.
jbc
I'm designing a small database for 2 apartment buildings. There are 2
buildings and 26 tenants in one and 15 in the other.
I need to keep track of rental income, charges, credits, arrears, etc. I
have two tables:
tblTable: TenantID, Name, apt num, phone, rent, lease, etc.
tbleActivity: ActivityID, TenantID, Type(Drop down list of Rent, Charge,
Credit), Date
Relationship on TenantID
There can be multiple payments, charges, credits per month.
I want to produce a report that lists each tenant and all activity for
month. Columns for TenId, Apt, Name, Rent, Arrears, Charges, Credits,
Payments, Total Paid and Balance Due. The trouble i'm having is the rent is
being listed multiple times and the amounts are being included in the totals
at the bottom of the report.
What am I missing? I'm open to ideas on how to improve the design. Right
now I'm in the beginning stages.
Thanks.
jbc