I have a simple check box form that tells me if a shipment has been delivered On Time or not. Check if it was on time.
I want the check box value to be 1 instead of -1.
I tried this statement in the control source:
=IIf([On Time]=True,1,0)
And I tried this too.
=IIf([On Time]=True,1)
Both do the same thing. Completely greys out the box and I can add or take away a check.
Thanks for taking the time to help.
I want the check box value to be 1 instead of -1.
I tried this statement in the control source:
=IIf([On Time]=True,1,0)
And I tried this too.
=IIf([On Time]=True,1)
Both do the same thing. Completely greys out the box and I can add or take away a check.
Thanks for taking the time to help.