Hi Rishi,
If this is a protected document with formfields, each of those fields will
have a bookmark name associated with it., By default, these are named
Text1, Text2, Text3, etc. It's a good idea to change them to something that
represents the data that will be inserted into the formfield, such as Lname,
Fname, etc. This can be changed via the properties dialog for each of the
formfields - Before protecting the document, right click on the formfield
and select Properties. While there, check the Calculate on Exit box as
well.
In the other parts of the document where you want the information to appear,
insert a cross reference to the text of the bookmark. Then, after you
protect the document and enter information into the formfield, when you exit
from the formfield, the "calculation" that takes place will cause the cross
reference field to be updated to show the information that was entered into
the formfield.
To learn more about forms, see:
Please Fill Out This Form
Part 1: Create professional looking forms in Word
http://www.computorcompanion.com/LPMArticle.asp?ID=22
Part 2: Adding Automation to your Word forms.
http://www.computorcompanion.com/LPMArticle.asp?ID=46
Part 3: Learn more VBA (macros) to automate your forms.
http://www.computorcompanion.com/LPMArticle.asp?ID=119
Part 4: Use custom dialog boxes in your Word forms
http://www.computorcompanion.com/LPMArticle.asp?ID=127
Part 5: Connect your AutoForm to a database to save input time and keep
better records!
http://www.computorcompanion.com/LPMArticle.asp?ID=136
--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP
Rishi said:
I have a six page template with a lot of forms in it. All of the field
boxes are like six different items that change, is there any way I could
just fill in six boxes and have the Word automatically fill in the rest with
the same data.