Yes. Lets say your dropdown fieldcode bookmark name is dropdown1 and
that the values are "show" and "hide". Check the box "calculate on
exit" in the formfield dialog box. Insert a REF field embedded in an
IF field
{IF {Dropdown1}="Show""Show this text"""}
Ok, I think I get it. If what I wanted to show was another couple of field
boxes I would just do this?
{IF {Dropdown1}="Show" {Field1} {Field2}}
> Yes. Lets say your dropdown fieldcode bookmark name is dropdown1 and
> that the values are "show" and "hide". Check the box "calculate on
> exit" in the formfield dialog box. Insert a REF field embedded in an
> IF field
>
> {IF {Dropdown1}="Show""Show this text"""}
Charles Kenyon - 04 Mar 2005 21:47 GMT
I suspect you want to include your two fields in quotation marks. I would
anyway.

Signature
Charles Kenyon
Word New User FAQ & Web Directory: http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
> Ok, I think I get it. If what I wanted to show was another couple of field
> boxes I would just do this?
[quoted text clipped - 7 lines]
>>
>> {IF {Dropdown1}="Show""Show this text"""}