How do I change tab order on tab control

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
 
K

Ken Snell [MVP]

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

Need to tab between fields on seperate tab controls 2
Tab order stops at last field 6
Tab Order 1
Tab Order 4
Tab stops 3
Tab control on tab control 1
tab back to main form 2
Paste for tab control ghosted out? 5

Top