This makes sense, but not sure if it applies to my situation.
I want to turn the 0's and 1's from the text file data source:
12345,"Someone","Name1","A
to either checked or unchecked boxes on the Word merge doc. Hope that makes sense. I'm hoping the 0's and 1's in the data source can control the Check Box on the Merge document.
Main Topics
Browse All Topics





by: GrahamSkanPosted on 2007-10-18 at 16:31:22ID: 20105483
To set a checkbox on:
"Check1"). CheckBox.V alue = True
AvtiveDocument.FormFields(
'Off' is, of course' False