R
Rich
Guest
You're still trying to store a balance and a running balance, both can be calculated, your history table field Paid This Month should be AmntPaid, since your storing the date paid. You need to add a PK to tblApartmentInfo, that then gets stored in the tblLease:
Avoid special characters and spaces in field names too, Access doesn't like them
Avoid special characters and spaces in field names too, Access doesn't like them