Thread: Word form field
View Single Post
 
Old 03-13-2012, 04:26 PM
macropod's Avatar
macropod macropod is online now Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,384
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Hi JBaker,

Have you considered using Content Controls instead? Keep in mind that it's generally not a good idea to use Content Controls and FormFields in the same document.

If that's not viable, you might consider adding a formula field (not a formfield) immediately after your dropdown, coded along the lines of:
{IF{REF Dropdown1} = "Start of text*" "additional text to display"}
where:
• 'Dropdown1' is the dropdown's internal bookmark name;
• 'Start of text' is as much of the particular dropdown entry's text as is needed to uniquely differentiate it from any other dropodown entry's text; and
• the dropdown's 'calculate on exit' property is checked.
This way, even though the dropdown won't display all the text, the missing portion will appear in the document if that item is selected.

Note: The field brace pairs (ie '{ }') for the above example are created via Ctrl-F9 - you can't simply type them or copy & paste them from this message.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote