Link/Autofill Form Fields in MS Template

B

boanerges

I have a simple MS Word template created in Office 2003 that I have
added drop down menu boxes to certain fields. By making a specific
selection in these dropdown menus can I trigger a specific
autofill/completion of a separate cell in a table? Does it require a
macro or can I just use the Autotext feature? Basically I'm trying to
get something akin to a IF 'A' is selected THEN 'B' is filled in a
different cell or field.

Thanks for any help and if there is another forum that can give advice
I'll take it too.
 
G

Graham Mayor

If we assume that your dropdown list writes the choice to bookmark Dropdown1
then provided you have checked the calculate on exit checkbox of that field,
you can reproduce whatever you want wherever you want by means of
conditional fields, eg

{ IF { REF Dropdown1 } = "A" "Dropdown is A" "Dropdown is not A"}

{ IF { REF Dropdown1 } = "B" "Dropdown is B" "Dropdown is not B"}

etc

See also http://www.gmayor.com/SelectFile.htm


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
B

boanerges

Graham- I think you made my day. I'll try your step by step approach
from your site and get back to you with my results.

Thanks so much,
Tim
 
G

Guest

Help please! I have a Word document with a calculated total in a table. I
want to duplicate this answer in another part of the document. How?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top