Article ID: 212378 - Last Review: October 11, 2006 - Revision: 3.3 How to control the tabbing order in a form in Word 2000 or Word 2002This article was previously published under Q212378 For a Microsoft Word 98 Macintosh Edition version of
this article, see
182425
(http://support.microsoft.com/kb/182425/
)
. For a Microsoft Word 97 version of this article, see
159896
(http://support.microsoft.com/kb/159896/
)
. On This PageSUMMARY By default, when you fill in an online form, Word positions
the insertion point in the first form field and moves from one field to the
next in a left-to-right, top-to-bottom order when you press TAB. To change the
default tabbing order, use the procedure described in the "More Information"
section of this article. MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. Use one of the following methods as a workaround. Method 1: Create a Single Exit Macro for All Form FieldsCreate a macro similar to the following example. For each form field in your form, specify this macro as the exit macro.In the Select Case statement, list each form field for which you want to change the tabbing order. NOTE: The bookmark name in each Case statement below should be in all lower case characters. Method 2: Create a Separate Macro for Each Form FieldCreate a new exit macro for each form field that contains a Selection.GoTo statement that moves the insertion point to the next form field you want when you press the TAB key.TIP: To easily identify each macro, give the macro a name that describes its functionality. For example, use the name GoToSubject for the exit macro that moves the insertion point to the Subject form field. The following sample exit macro, named GoToSubject, moves from the current form field to the Subject form field: 290140
(http://support.microsoft.com/kb/290140/EN-US/
)
OFFXP: How to Run Sample Code from Knowledge Base Articles
212536
(http://support.microsoft.com/kb/212536/EN-US/
)
OFF2000: How to Run Sample Code from Knowledge Base Articles
REFERENCESFor additional information, click the article number below
to view the article in the Microsoft Knowledge Base: 264707
(http://support.microsoft.com/kb/264707/EN-US/
)
WD: Form Fields in Table Are Tabbed in Reverse Order When Using Right-to-Left Features
| Article Translations
|

Back to the top
