View Single Post
  #4   Report Post  
Charles Kenyon
 
Posts: n/a
Default

I suspect you want to include your two fields in quotation marks. I would
anyway.
--

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.

"Dbltap" wrote in message
...
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}}


"Greg" wrote:

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"""}