I’m stumped on this one. I just don’t understand why it’s doing it. :confused:
I have a subform which is for inputting debits and credits. At the end of this subform I have two totals =Sum([Debit]) and =Sum([Credit]) which both work fine.
I then have a Grand Total =Sum([Debit]+[Credit]) which...