I have a form built in Word 2007. I have one field that contains a drop-down
list. I would like to auto-populate 3 other fields based on the user's choice
from the drop-down list. (i.e. I have a table with 4 columns, the drop-down
contains the records from the 1st colum and the fields I want to
auto-populate is from the associated columns 2-4)
I understand that I will need to run a macro, I am just not sure how to go
about this.

Anything will help. Thanks!

Re: Auto-populate field in Word 2007 by Jay

Jay
Tue Dec 04 19:32:39 PST 2007

On Tue, 4 Dec 2007 17:19:02 -0800, ssprat
<ssprat@discussions.microsoft.com> wrote:

>I have a form built in Word 2007. I have one field that contains a drop-down
>list. I would like to auto-populate 3 other fields based on the user's choice
>from the drop-down list. (i.e. I have a table with 4 columns, the drop-down
>contains the records from the 1st colum and the fields I want to
>auto-populate is from the associated columns 2-4)
>I understand that I will need to run a macro, I am just not sure how to go
>about this.
>
>Anything will help. Thanks!

See http://gregmaxey.mvps.org/Linked_DropDown_Fields.htm.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.

Re: Auto-populate field in Word 2007 by macropod

macropod
Wed Dec 05 03:07:54 PST 2007

Hi ssprat,

If you check the 'Calculate on exit' property for your formfield and make sure it has a unique bookmark name, you can use a
cross-reference field coded as:
{REF DropDown1}
where 'DropDown1' is the bookmark name, wherever you want the field value replicated. No vba needed.

Note: You can create the field via Insert|Field, and filling in the bookmark name, via Insert|Cross Reference and choosing the
bookmark, or by pressing Ctrl-F9 and typing 'REF DropDown1' between the field braces.

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

"ssprat" <ssprat@discussions.microsoft.com> wrote in message news:61D7AEBF-B8E0-4374-B374-348E84C5BB79@microsoft.com...
>I have a form built in Word 2007. I have one field that contains a drop-down
> list. I would like to auto-populate 3 other fields based on the user's choice
> from the drop-down list. (i.e. I have a table with 4 columns, the drop-down
> contains the records from the 1st colum and the fields I want to
> auto-populate is from the associated columns 2-4)
> I understand that I will need to run a macro, I am just not sure how to go
> about this.
>
> Anything will help. Thanks!