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
Michael Burns - 07 Jan 2004 14:47 GMT
That's it.
Thanks for your help.
|mb