banjomaniac
Technical User
I have created an Outlook custom form and a Word template with bookmarks to print the form.
There are several yes/no type checkboxes in the Outlook form that I want to print. I have set up the bookmarks as check boxes in the Word template.
The script in the Outlook form opens Word and transfers the contents of the user-defined fields to Word using this:
strMyField=Item.UserProperties.Find("Move-In"oDoc.FormFields("Check3".Result = strMyField
When I print, the boxes are never filled in on the Word document. Text comes across fine. Is the problem that I need some type of Word macro to interpret the Outlook contents?
Any help would be much appreciated. I am not a programmer, so I could use some help writing the macro.
There are several yes/no type checkboxes in the Outlook form that I want to print. I have set up the bookmarks as check boxes in the Word template.
The script in the Outlook form opens Word and transfers the contents of the user-defined fields to Word using this:
strMyField=Item.UserProperties.Find("Move-In"oDoc.FormFields("Check3".Result = strMyField
When I print, the boxes are never filled in on the Word document. Text comes across fine. Is the problem that I need some type of Word macro to interpret the Outlook contents?
Any help would be much appreciated. I am not a programmer, so I could use some help writing the macro.