J
Joe Cilinceon
What I have is 3 tables.
Transactions table
Trans (autonumber)
PaymentDate
PaymentAmount (this is the total amount)
LedgerID (this is the custno & unitno combined)
Payments Table
Trans (long integer)
LedgerID
payamount (could be multiple payments on 1 transaction such as cash
and check)
paymethod (cash, check, credit card, money order etc)
tracking # (check #, MO #, Credit Card approval numbers)
Ledger
Trans
LedgerID
PaidFrom (this point on holds the brake down of what this payment is
applied to like rent and such
PaidThru
Rent
LateFees
..etc
Can anyone suggest a better way of doing this. I would be very grateful
Transactions table
Trans (autonumber)
PaymentDate
PaymentAmount (this is the total amount)
LedgerID (this is the custno & unitno combined)
Payments Table
Trans (long integer)
LedgerID
payamount (could be multiple payments on 1 transaction such as cash
and check)
paymethod (cash, check, credit card, money order etc)
tracking # (check #, MO #, Credit Card approval numbers)
Ledger
Trans
LedgerID
PaidFrom (this point on holds the brake down of what this payment is
applied to like rent and such
PaidThru
Rent
LateFees
..etc
Can anyone suggest a better way of doing this. I would be very grateful