Can anyone see what is wrong with the below "Iif" statement in "Expression Builder" of a form "TextBox ? I'm trying to add all rows for the "Total" column in a table called "Reconciled", if the "CheckBox" is checked (i.e. Yes). Currently, I'm getting an incorrect value and if I check additional rows, the value does not changed.
=IIf([Reconciled],'Yes',Sum([Total]))
:banghead:
=IIf([Reconciled],'Yes',Sum([Total]))
:banghead: