K
Kevin McCartney
Hi TWIMC,
I'm using the following command to export data from an Access database using
a DAO recordset,
wsData.Range("A2").CopyFromRecordset rst
Everything works great except for one field, which is a memo field, yes
you've guessed it, not all of the contents fo the memo field are exported to
the cell. So the question is, why does this happen and has anyone come up
with a solution, or is the only solution to check each field data type and
for each field that has a data type of MEMO, export this field record by
record.
TIA
KM
I'm using the following command to export data from an Access database using
a DAO recordset,
wsData.Range("A2").CopyFromRecordset rst
Everything works great except for one field, which is a memo field, yes
you've guessed it, not all of the contents fo the memo field are exported to
the cell. So the question is, why does this happen and has anyone come up
with a solution, or is the only solution to check each field data type and
for each field that has a data type of MEMO, export this field record by
record.
TIA
KM