alastair69
Registered User.
- Local time
- Today, 05:38
- Joined
- Dec 21, 2004
- Messages
- 562
Hello All,
I am have some problems obtaining a buttons status to be Enabled.false, i am using the following code but for some reason it will not work.
Private Sub Form_Current()
If Me.Email = Null Then
Me.cmdEmail.Enabled = False
Me.Refresh
End If
End Sub
Then button should only be unenabled in there is no e-mail address in the me.emailed text box.
Any help would be great.
Alastair
UPDATE:
*********************************** Resolved Thanks To Brian *********************************
I am have some problems obtaining a buttons status to be Enabled.false, i am using the following code but for some reason it will not work.
Private Sub Form_Current()
If Me.Email = Null Then
Me.cmdEmail.Enabled = False
Me.Refresh
End If
End Sub
Then button should only be unenabled in there is no e-mail address in the me.emailed text box.
Any help would be great.
Alastair
UPDATE:
*********************************** Resolved Thanks To Brian *********************************
Last edited: