I have a series of headings and descriptions on a protected form. I would like to print the descriptions ONLY if the heading checkbox is selected, and hide/not print the description if the heading is not selected.
X Main Heading
Description paragraph here, which should print ONLY if the “Main Heading” box is selected.
X Another Main Heading
Next Description paragraph here, which should again print ONLY if the “Another Main Heading” box is selected.
I assume the easiest way to refer to the description paragraph is by blocking it out into a separate continuous section (Call this one Section 1). I have developed a macro that can select the section and hide the paragraph (that’s easy!), but I can’t find the way to run the macro on a Before Print event.
How does that work?
Errol