On a form I've created for Outlook Contacts, what determines the .

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

Guest

I've added to the Contacts form, created a template. However, when I test
run the template and try to tab through the form, the cursor does not jump to
the boxes in order - it's all over the form! What is it that controls the
order of where the cursor goes?
 
The TabIndex property on each control controls this. To change the tab
order, choose Layout | Tab Order.
 
Back
Top