Conditional Text Form Field

R

Ray_Johnson

I want to have a text form field that is visible only when a particular
option is selected in a drop down form field. I think it's a VBA problem (or
a macro that's run when leaving the drop down field), but I can't figure out
how to do it. Something along the lines of

IF Dropdown1 = "Yes" THEN Text1.Visible = TRUE

or something like that.

I don't really care if the text stays if the dropdown option is changed back
and forth.

I'm running Word 2003.

Thanks,
Ray
 

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