beginner83
Registered User.
- Local time
- Today, 00:33
- Joined
- Jun 13, 2013
- Messages
- 11
Hi All,
I was wondering if you can call a textboxes onExit event from another form?
On my form a user enters a search criteria into a text box and when they exit the textbox the results are displayed in a listbox. This form is a subform on my main form. I want to be able to call this onExit method from the main form. Is that possible? When I put in txtSearchBox_Exit, I got an error saying Sub or Function not defined.
Thanks in advance
I was wondering if you can call a textboxes onExit event from another form?
On my form a user enters a search criteria into a text box and when they exit the textbox the results are displayed in a listbox. This form is a subform on my main form. I want to be able to call this onExit method from the main form. Is that possible? When I put in txtSearchBox_Exit, I got an error saying Sub or Function not defined.
Thanks in advance