I’m stumped on this one. I just don’t understand why it’s doing it. 
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 seems to work but on occasion it fails me. For instance the Grand Total should always equal zero (if it isn’t the user can’t move forward) but I have an instance where it displays zero which is correct but when the user tries to move on the it says the balance isn’t zero even though it’s showing zero. But when you click into the field it will display 1.13686837721616E-13
Does anyone have any idea what it could be?
I hope this is all making sense.
Wrightie

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 seems to work but on occasion it fails me. For instance the Grand Total should always equal zero (if it isn’t the user can’t move forward) but I have an instance where it displays zero which is correct but when the user tries to move on the it says the balance isn’t zero even though it’s showing zero. But when you click into the field it will display 1.13686837721616E-13
Does anyone have any idea what it could be?
I hope this is all making sense.
Wrightie