Tabbing order thru form

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

Guest

I created a contact form that has 3 pages of info. When I'm on page 1, I
want to tab thru the fields in a certain order, but since I've added/deleted
fields at different points of time, the tab order is out of whack. How do I
tell it to tab starting at fieldx, then tab to fieldx, etc. Remember, the
field names maybe all out of order (i.e. field1, field23, field12, etc), but
I want the form to tab thru in that field order...

Thank you.
 
The trick is to set the Tab Order property for each control on each tab.

1. With the form open in design view, click the tab you want to set (i.e.
the tab on the top of the tab control, respresenting the page.)

2. Choose Tab Order on the View menu.
 
Back
Top