View Single Post
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Janne Janne is offline
external usenet poster
 
Posts: 1
Default Access-Word Mailmerge Checkbox

I have problem when I want to update a db from Access 2000 to
2003. I use Mailmerge to print out records in Word. Everything
is ok except the Checkboxes. I use 'if then else' in
Insert/Field command and get this command {If {mergefield
CheckBox1}= "-1" "marked box" "unmarked box"}. In Access/Word
2000 I get the result I want but in Access/Word 2003 I get no
marked boxes, why ? What to do ?