Hi,
I'm trying to run a 'GotFocus' event on one of the text boxes on my form.
Here's the code in progress:
When I click on the text box, it's not running at all!!!!!!!!
I've tried adding a GotFocus event to other text boxes too, with just a msgbox & they're not running either...
I've checked the properties & the event is definitely linked to the text box.
Any ideas why or what I could have done to stop this event from running?
Thanks
I'm trying to run a 'GotFocus' event on one of the text boxes on my form.
Here's the code in progress:
Code:
Private Sub txtCINAME_GotFocus()
MsgBox "got focus"
End Sub
When I click on the text box, it's not running at all!!!!!!!!
I've tried adding a GotFocus event to other text boxes too, with just a msgbox & they're not running either...
I've checked the properties & the event is definitely linked to the text box.
Any ideas why or what I could have done to stop this event from running?
Thanks