can tabindex continue on next tab

  • Thread starter Thread starter Jesper F
  • Start date Start date
J

Jesper F

I have a tab control on a form. I'd like the tab-order of
controls to continue on the tab no. 2 and tabbing through
tab no. 1. It seems access wants me to start the tabindex
again from 0 in the first control on tab no. 2?
Is it not possible to continue the tab-order through
several tabs?
 
Jesper

I'm not familiar with a "continued on next tab" feature. However, I believe
you could add code to the OnExit event of the "last" control on tab1 that
sets the focus to the "first" control on tab2.
 
Back
Top