From: MissBart on
I have a form with form fields. I'm trying to add functionality that will
make visible hidden text by saying if "Add Objective" is selected in a
dropdown, select bookmark "ShowObj3" and unhide that text. I know a macro
will probably be more efficient, but can this also be accomplished using
field codes. I'm not too savvy with macros so please make it as simple as
possible.

Thank you.
From: Doug Robbins - Word MVP on
ActiveDocument.Bookmarks("ShowObj3").Range.Font.Hidden=False

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com

"MissBart" <MissBart(a)discussions.microsoft.com> wrote in message
news:A9634E21-5EAE-42AB-9873-3AAB31FFC340(a)microsoft.com...
> I have a form with form fields. I'm trying to add functionality that will
> make visible hidden text by saying if "Add Objective" is selected in a
> dropdown, select bookmark "ShowObj3" and unhide that text. I know a macro
> will probably be more efficient, but can this also be accomplished using
> field codes. I'm not too savvy with macros so please make it as simple as
> possible.
>
> Thank you.