The information in this article applies to:
SUMMARYThe TAB key is often used to navigate sequentially through multiple controls on a form. The order in which you move through the controls depends on their TabIndex value, not their position on the form. This article provides you with a simple method you can use to set up a required tab sequence. MORE INFORMATION
By default, the TabIndex property is set when you place a control on a form
relative to the other controls on the form. To set up a required tab
sequence, in the design environment, select the control you wish to be last
in the tab sequence. Set its TabIndex to Zero. Select each control in the
opposite direction from that which the user will use to navigate through
the form, and set each control's TabIndex to Zero. REFERENCESQ142816 How to Make ENTER Key Move Focus Like TAB Key for VB Controls Additional query words: kbVBp400 kbVBp500 kbVBp600 kbVBp kbdsd kbDSupport kbControl
Keywords : kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |