Are you creating a new document based on the template? When you do, Word
will go through your document and sequentially run your Fill-In fields.
Also, look into ASK fields.
Much better may be an "online form" created using the forms toolbar.
Much, much, better is a UserForm, which requires vba programming but is
worth learning. UserForms are custom dialog boxes and let you get all sorts
of data at one time rather than having ten or fifteen Fill-In or ASK
prompts. They are much more flexible than online forms.
By the way, this is a vba newsgroup. "vba" stands for Visual Basic for
Applications and is the progamming language for Word and other Office
applications. If you want more information on fields, I would suggest
posting your questions in the mailmerge.fields newsgroup. Take a look at the
MVP FAQ site for loads of good tutorials on using fields, online forms, and
userforms.
--
Charles Kenyon
Word New User FAQ & Web Directory:
<URL:
http://addbalance.com/word/index.htm>
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide)
<URL:
http://addbalance.com/usersguide/index.htm>
See also the MVP FAQ: <URL:
http://www.mvps.org/word/> which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
pkurz said:
Thank you.. that looks right. now when I put in one blank, how to get from
field to field? Also, it is not prompting me with the prompts I entered.
I don't know how to move forward. once I can do that I can create a macro
to move the user along, correct?