Help. I've created an Unbound Checkbox that I would liked to be checked when another textbox within the report has a value greater then 30.
For example:
IIf([Text101]>30, True,False)
This is what I've tried putting in the control source of the unbound check box and it gives me errors.
Thanks in advance!
For example:
IIf([Text101]>30, True,False)
This is what I've tried putting in the control source of the unbound check box and it gives me errors.
Thanks in advance!