View Single Post
  #1   Report Post  
Jane
 
Posts: n/a
Default IF THEN ELSE with FORM CHECKBOX

I am pulling data from an Access database. The field is
a Yes/No (Checkbox). When I merge the records into Word,
I know that I get a "True" or a "False" rather than a
checked form checkbox or a non-checked form checkbox.
So, I tried to do an IF ..THEN .. ELSE that if the field
was true to insert a checked form checkbox and if the
field is false to insert a non-checked form checkbox. Is
this possible? How do I make the checkbox "code"
correctly in this statement?
Thanks.