My summary fields are calculating correctly, but when I add a new record they go blank. If I leave the layout and come back to it - they are populated correctly again. What's up?
Here are my fields:
Debit = a number
Credit = a number
SDebit = Summary field, sum of Debit (running)
SCredit = Summary field, sum of Credit (running)
Balance = SCredit - SDebit
When I add a new record and put data into the field "Debit", as soon as I hit Tab the SDebit field will go blank. Same pattern for Credit and SCredit.
Please help.