G
Guest
I have a query in my Access database that I need to export in an existing
pre-formatted Excel worksheet. I programmatically place the results of this
query into a recordset, then I use CopyRecordSet to copy the data into a
specific location in the Excel sheet.
Problem:
One field is a Memo field and it looks like the first 255 characters get
transferred correctly, the rest either gets cut off or appears as gibberish
in Excel. Is there a way to send all the data in the Memo field using
CopyRecordSet ?
Thanks in advance
Ray
pre-formatted Excel worksheet. I programmatically place the results of this
query into a recordset, then I use CopyRecordSet to copy the data into a
specific location in the Excel sheet.
Problem:
One field is a Memo field and it looks like the first 255 characters get
transferred correctly, the rest either gets cut off or appears as gibberish
in Excel. Is there a way to send all the data in the Memo field using
CopyRecordSet ?
Thanks in advance
Ray