Automatic Tab

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

After making a selection from a drop down field, is there a way to
automatically move to a specific field?

Thanks, Jani
 
On the OnClick event of the combo box you can write the code

Me.[Text Box Name].SetFocus

To move the focus to the text box
 
Placing that code in the OnClick event would make it difficult for the
user to actually select a value - you want the trigger to be the After
Update event.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top