create a Word form that will populate identical fields in other fo

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

Guest

I am using Word XP and need to create a form that will populate identical
fields in other forms (link somehow?) Please advise.
 
G'day "Texas Typesetter" <Texas (e-mail address removed)>,

You will need to write lots of VBA behind the form.

Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice
 
Hi =?Utf-8?B?VGV4YXMgVHlwZXNldHRlcg==?=,
I am using Word XP and need to create a form that will populate identical
fields in other forms (link somehow?)
In other forms, you can use the InsertTExt fieldcode to pick up the bookmark
name of a form field in another document. You'd need to make sure that
something triggers the updating of the fields, such as activating "Calculate
on Exit" in the form fields.

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 :-)
 
Back
Top