Tabbed form

  • Thread starter Thread starter dplove
  • Start date Start date
D

dplove

I have a form that has 7 tabs. The one problem that I'm having is once I
have completed the info in the 7th tab and I click on the tab button it goes
to the next record but on the 7th tab in the next record. What I would like
for it to do is go to the next record but the very first tab that is named
"General Info".

How can I get this accomplished?

dplove
 
dplove said:
I have a form that has 7 tabs. The one problem that I'm having is
once I have completed the info in the 7th tab and I click on the tab
button it goes to the next record but on the 7th tab in the next
record. What I would like for it to do is go to the next record but
the very first tab that is named "General Info".

How can I get this accomplished?

dplove

In the Current event of the form add code...

Me.NameOfDesiredControl.SetFocus
 

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

Similar Threads

unhiding and rehide tab on tabbed form 1
tabbed pages on form 2
Tab Order 3
Tab order stops at last field 6
Edit Tabbed Forms 1
Tabbed Forms 2
Clearing form to enter addl info but keep history 2
Tabbing 1

Back
Top