How can I specify which tab to open in a tabbed form from VBA?

  • Thread starter Thread starter Guest
  • Start date Start date
If I understand your question, then you can set the focus to a field that
located on that TAB

Me.[Field NAme].SetFocus
 
The whole point of as tab control is that the user clicks the tab to open it.
It's a non-standard user interface to be opening tabs from within the code.

-Dorian
 

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