T
tiberonv6
I have a word template with bookmarks. Via automation I fill the Word
document from access with the following code:
.Item("bkACSummary").Range.text = f.tamConstituentSummary
The data goes into Word and looks fine even in print preview, however when
it prints, it cuts off the text. I use this routine in a number of tempates
with a number of access fields but I only have problems with this particular
field/bookmark set.
document from access with the following code:
.Item("bkACSummary").Range.text = f.tamConstituentSummary
The data goes into Word and looks fine even in print preview, however when
it prints, it cuts off the text. I use this routine in a number of tempates
with a number of access fields but I only have problems with this particular
field/bookmark set.