J
Jason
I'm using VB code to import data from an Access 2002 database into a
Publisher 2003 document. One of my data fields is a memo field. When I make
the following variable assignment, the string from the memo field is
truncated to 1529 characters.
objVita =
ActiveDocument.MailMerge.DataSource.DataFields.Item("MoreInfo").Value
I don't know why, nor how to overcome this limit?
Publisher 2003 document. One of my data fields is a memo field. When I make
the following variable assignment, the string from the memo field is
truncated to 1529 characters.
objVita =
ActiveDocument.MailMerge.DataSource.DataFields.Item("MoreInfo").Value
I don't know why, nor how to overcome this limit?