M
magmike
I having a problem with an If Then Statement:
I have a button (SeeAllContacts) on the Tab (Contacts) that I am
trying to either hide or Disable when the IDNo. field is empty. I am
using the On Current function for the form, but it is not working.
Here's the code:
If IDNo = "" Then
Me.SeeAllContacts.Enabled = False
End If
Thanks in advance!
I have a button (SeeAllContacts) on the Tab (Contacts) that I am
trying to either hide or Disable when the IDNo. field is empty. I am
using the On Current function for the form, but it is not working.
Here's the code:
If IDNo = "" Then
Me.SeeAllContacts.Enabled = False
End If
Thanks in advance!