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