J
Jeffro
Looking for some help...
I've got a continuous form with a textbox called Actions
and a button beside it called AddAction2.
If there is data inside the Actions textbox, then I want
the AddActions button to become invisible or disabled.
The following code is not working and I am not sure why. I
put it into the Form_Current() section.
If Me!Actions.Value = Null Then
Me!AddAction2.Visible = False
End If
Can anyone help me please?
I've got a continuous form with a textbox called Actions
and a button beside it called AddAction2.
If there is data inside the Actions textbox, then I want
the AddActions button to become invisible or disabled.
The following code is not working and I am not sure why. I
put it into the Form_Current() section.
If Me!Actions.Value = Null Then
Me!AddAction2.Visible = False
End If
Can anyone help me please?