Hi John,
You could use field coding combined with checking the 'Update Fields' option under Tools|Options|Print to achieve this.
For example, if you create a set of fields coded as:
{ASK Show "Please input 'Show' to display hidden content"}
{IF{REF Show}= "Yes" "My 1st block of Hidden text"}
{IF{REF Show}= "Yes" "My 2nd block of Hidden text"}
you'll get a prompt each time you print the document to 'Show' (or not) the hidden text. The ASK field can be placed anywhere you
like - it doesn't have to be located next to the first 'hidden' field. The 'hidden' fields can have as much text in them as you
like, including multiple paragraphs and you can likewise have however much 'normal' text as you like either side of the fields.
Note: The field brace pairs (ie '{ }') for the above example are created via Ctrl-F9 - you can't simply type them or copy & paste
them from this message.
--
Cheers
macropod
[MVP - Microsoft Word]
JohnVZ said:
I am trying to add hidden addtional information that can be called up when a
certain box is clicked on.
Does anyone have any advice on this?
Many thanks