Set up automatic tabbing when filling in form fields?

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

Guest

I am setting up a form in Word. Most fields will have a maximum length. If
the user types to this maximum, I want the cursor to automatically jump to
the next field. How do I set this up?
 
Hi =?Utf-8?B?Sm9leVI=?=,
I am setting up a form in Word. Most fields will have a maximum length. If
the user types to this maximum, I want the cursor to automatically jump to
the next field. How do I set this up?
This isn't possible; there's nothing in Word you can use to accomplish this.
The user would need to press TAB.

An alternate approach might be to have a UserForm display on opening. Controls
in UserForms have events you could use to force the navigation. When the user
clicks "OK" the data in the UserForm can be transferred to the form fields.

You should follow up on this in the word.vba.userforms newsgroup.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)
 

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

Back
Top