View Single Post
  #2   Report Post  
Doug Robbins
 
Posts: n/a
Default

ActiveDocument.FormFields("Bookmarkname").CheckBox .Value

--
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
"Robert Kleinschmidt" Robert wrote
in message ...
I want to use the Checked or Unchecked state of a FORMCHECKBOX to control
the
display of text in a template. I can do this using a FORMTEXT or
FORMDROPDOWN
field with a bookmark and "Calculate on exit" selected.

With either FORMTEXT or FORMDROPDOWN I can write
{ IF {bookmark} = "X" text1 text2 }
and it works fine, but how do I do this with FORMCHECKBOX?