Yes there are several methods. Each involves some sort
field that references the original input. These include
REF, DOCPROPTERTY and DOCVARIABLE fields. The input could
be a bookmark or field in your form, a document property,
a userform input, etc. Some methods are far more robust
than others.
Here are few quick examples.
1. Select a bit of your client information then
Insert>Bookmark. Name the Bookmark Test and click Add.
Now move the cursor to where you want to repeat the
information and type "REF Test" without the "" and then
select the entire expression. Press CTRL+F9 to insert the
field code brackets and then press F9 to display the field
result. Copy and paste this field throughout your
document as necessary.
2. Click File>Properties and type "Joe Smith" in the Title
field. Click OK. In your document type "DOCPROPERTY
Title" without the "" and then select the entire
expression. Press CTRL+F9 to insert the field code
brackets and then press F9 to display the field result.
Copy and paste this field throughout your document as
necessary.
See the following for some other methods:
http://word.mvps.org/FAQs/Customization/FillinTheBlanks.htm
http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm
-----Original Message-----
We are currently using a form that requires us to type
client demographic information repeatedly in the same
document. Is there a way to type it once and get it to
appear in all the other places?