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 it's false , so not check.
I think I'm missing something in the formula, cuz the control source accepts it as correct but when I go to a record that has $0.00 as the total the check box is not checked...I'm Stumped?
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 it's false , so not check.
I think I'm missing something in the formula, cuz the control source accepts it as correct but when I go to a record that has $0.00 as the total the check box is not checked...I'm Stumped?