Access 97 & Winfax Pro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
When faxing a report from Access 97 using Winfax Pro, check boxes in the
report do not make it to the finsihed document. Does anyone have a
suggestiopn to correct this problem?

Thanks
 
You could replace the checkboxes with an unbound text box control and place
an "if" statement in it. If the field is true, print "X". If it is not
true, print nothing.


Rick B
 
Thanks for the suggestion. I was hoping to avoid this as there are about 40
check boxes. If you have any other ideas they would be greatly appreciated.
Thanks
 
Back
Top