Mollethewizard
IS-IT--Management
Got a user form with textboxes for name, address, zip code, city and an OK-button. Code written for the txtZipcode exit event that calls a subroutine with a number of cases. The idea is that if the zipcode corresponds with a case then txtCity = the case.
Hope that you follow this far.
What I would like is that when the above criteria are fulfilled (the txtCity textbox is “entered”) the user doesn’t have to tab to the next control – in this case the OK-button.
Any suggestions for code – and in that case where should it be inserted? In the change, enter, or exit-event for txtCity or somewhere else?
Christer
Hope that you follow this far.
What I would like is that when the above criteria are fulfilled (the txtCity textbox is “entered”) the user doesn’t have to tab to the next control – in this case the OK-button.
Any suggestions for code – and in that case where should it be inserted? In the change, enter, or exit-event for txtCity or somewhere else?
Christer