MS Word 2003/Tabbing thru form

G

Guest

Is there a function, for a Word document Form, that will allow users to
"auto-tab" thru a Form field, so when the user has filled in one field, the
next field is automatically focused on.

I have several "description" fields in a Form I have created, and I would
like to use this function. If there is not a function can it be created in VB?

(I have a background in VB, but I am unsure if the Microsoft Visual Basic
Editor 6.3 has the proper Properties/Methods to create an "auto-Tab"
function)

Many thanks
Jeff
 
J

Jay Freedman

No, there is no such function, nor is it possible to make one with
VBA. The problem is that there's no event that occurs to fire a macro.

If this is a must-have feature, redesign the form to display a
userform (custom dialog) for data entry, in which you can monitor
every keystroke. See
http://www.word.mvps.org/FAQs/Userforms/CreateAUserForm.htm for a
beginning tutorial.

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top