I'm working on a formula for a control source on a checkbox on a form.
I have this formula
=IIf([OPBalanceDue]="$0.00",[OP Recovered]=True,False)
I'm trying to say if this OPBalanceDue field = $0.00 dollars then OP Recovered field/checkbox should check which would = True, and if not then...