Tabbing Order

  • Thread starter Thread starter Michael Burns
  • Start date Start date
M

Michael Burns

Does anyone know how I can control the tabbing order for my form. It
looks like Outlook has the user tab from field to the next by order of
creation of field.

Any idea?
Thanks
Michael Burns
 
You have to get into design mode on the form, right-click on the field and go to Advanced Properties. One of the properties is TabIndex, which is a numerical value that determines the tab order. Change the setting at the top of the properties box and click "Apply".

----- Michael Burns wrote: -----

Does anyone know how I can control the tabbing order for my form. It
looks like Outlook has the user tab from field to the next by order of
creation of field.

Any idea?
Thanks
Michael Burns
 
Back
Top