justinpatters
Registered User.
- Local time
- Today, 01:17
- Joined
- Aug 10, 2015
- Messages
- 10
Hello!
I have a very simple question that I cannot locate an answer to:
I have all of my text fields disabled and I want the user to press a button to make them enabled. Seems simple enough.
So for instance, I have a field that links to the database called, "lastName"
Under the button's clicked property, I have coded,
Private Sub Command44_Click()
lastName.Enabled = true
End Sub
I'm not getting any errors, no matter what I code.
Can anyone help with this?
I have a very simple question that I cannot locate an answer to:
I have all of my text fields disabled and I want the user to press a button to make them enabled. Seems simple enough.
So for instance, I have a field that links to the database called, "lastName"
Under the button's clicked property, I have coded,
Private Sub Command44_Click()
lastName.Enabled = true
End Sub
I'm not getting any errors, no matter what I code.
Can anyone help with this?