I am just starting with Access97. I would like to set up a form that allows me to enter a transaction (currency) for a customer and then display a correct balance for that customer. I have two tables one with "Customer ID" "Name" "Address" and then another table with "Id" "Customer ID" "Transaction Amount" Payment Amount" and "balance". I tried to set up a form with Customer ID, Name, Transaction Amount, Payment, Balance and ID. I would like the Balance to be the sum of the Payments minus the transactions, but I want it to be a balance that relates to each user. Right now all I can get is the total balnce for all the transactions from all users minus the total payments from all users. If anyone has some advice on how to write the correct expression for this operation I would greatly appreciate it.