How do I change tab order on tab control

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

Guest

I am a new Access user so please bear with me...

I have a form that has numerous fields, and I have broken them down into
logical groups using a Tab Control. I currently have 4 tabs on the control.

My problem is that I want to go from the last field on one tab to the first
field on the next tab without having the record saved until tabbing through
the last field on the last tab. I tried changing the Context setting of the
form, and the tab order - the tab order only shows the order of the fields on
the active tab.

Anyone have any ideas?

Thanks in advance for any help you can provide.
Bill
 
You'll need to use VBA code to move the focus to the desired control on the
next tab page. You could use the Exit event of the last control on the one
tab page to set the focus to the first control on the next tab page.
 

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

Tab Order 1
Tab order stops at last field 6
Need to tab between fields on seperate tab controls 2
Tab stops 3
Tabbing through form w/ subforms 1
Tabbing 1
Tab Order 3
Tabbing through tab control pages 5

Back
Top