D
Dave Elliott
I have this code on the on current event of my form. It does not work and
wont let me save or proceed.
I am trying to check if Text388 has a value greater than 0 then Due, which
is a yes/no control with its format set to True/False
and Default value set to True change and save the record afterwards.
If (Me.Text388) > 0 Then Me.Due = False
wont let me save or proceed.
I am trying to check if Text388 has a value greater than 0 then Due, which
is a yes/no control with its format set to True/False
and Default value set to True change and save the record afterwards.
If (Me.Text388) > 0 Then Me.Due = False