I'd like o create a simple, bare-bones checking registry in access.
I've created the fields for the data.
The table has 5 pertinent fields:
TransactionID (AutoNumber)
Payee (Text)
Payment (Currency)
Deposit (Currency)
Balance (Currency)
I'm not sure how to handle the expression for the Balance. field. I simply want to deduct the amount in Payment and add the amount in Deposit in each record.
Any help will be appreciated,
James
I've created the fields for the data.
The table has 5 pertinent fields:
TransactionID (AutoNumber)
Payee (Text)
Payment (Currency)
Deposit (Currency)
Balance (Currency)
I'm not sure how to handle the expression for the Balance. field. I simply want to deduct the amount in Payment and add the amount in Deposit in each record.
Any help will be appreciated,
James