N
Neil Humphries
Based on the value of a dropdown list, I want other fields to display various
values.
I can display the value selected in the dropdown at other locations in the
document with a REF field, but I can't get a field to display other text.
e.g. If the dropdown is "sun" the field should say "exterior", and
if the dropdown is anything else the field should say "interior".
The dropdown is named "dropdown1". I have tried using the following IF field:
IF dropdown1 = "sun" "exterior" "interior" \* MERGEFORMAT
Can I do what I want with fields or do I need a macro?
values.
I can display the value selected in the dropdown at other locations in the
document with a REF field, but I can't get a field to display other text.
e.g. If the dropdown is "sun" the field should say "exterior", and
if the dropdown is anything else the field should say "interior".
The dropdown is named "dropdown1". I have tried using the following IF field:
IF dropdown1 = "sun" "exterior" "interior" \* MERGEFORMAT
Can I do what I want with fields or do I need a macro?