Hi
I have MS access 2003 and trying to populate date from MS ACCess to MS WORD form. I hav epopulated most of the text fields, but when it comes to checkboxes, instead of tick mark the checkbox on my word form, it displays -1 or 0 .
.bookmark ("Checkfld1").range.text = True
The above should put tick in checkbox in teh word form, it writes -1 or TRue.
How can I check the checkbox. Appreciate your assistant in this matter. Thank you.
I have MS access 2003 and trying to populate date from MS ACCess to MS WORD form. I hav epopulated most of the text fields, but when it comes to checkboxes, instead of tick mark the checkbox on my word form, it displays -1 or 0 .
.bookmark ("Checkfld1").range.text = True
The above should put tick in checkbox in teh word form, it writes -1 or TRue.
How can I check the checkbox. Appreciate your assistant in this matter. Thank you.