I have a form with 2 text boxes for users to enter search criteria. There is a search button which works great. I got the code for it from this forum.
What I need to do now is this,
When a user enters the search criteria in textbox1, and hits the enter (or tab) key, I want the textbox2 to receive the focus.
When a user enters the search criteria in textbox2, and hits enter (or tab) I want the focus to go to the Search button. Linda
What I need to do now is this,
When a user enters the search criteria in textbox1, and hits the enter (or tab) key, I want the textbox2 to receive the focus.
When a user enters the search criteria in textbox2, and hits enter (or tab) I want the focus to go to the Search button. Linda