In the "forms" section, using the "design" view, I have created a form which I use to input my checkbook information. Included in this form are the following fields/columns:
Transaction Date
Transaction Description
WithdrawalAmount
DepositAmount
AccountID
Balance
The balance column is a formula I defined as =sum([depositamount]-[withdrawalamount])
My problem, regardless of how many entries I make, the balance column always has the same number in it. Although the balance for the last entry is correct, that same balance shows for every entry I make.
I am running Access 2007 on Windows XP. I have tried to find the answer to this problem myself but have had no luck. Many solutions show that I should have a "running total" option to choose from in the "all" section of the property sheet. I can not find where I have that option.
I am not very good at building expressions and calculations, which I assume is where the problem lies. Any help would be great. From posts I have read, it appears others have had the same problem. Thanks