Exporting memo fields from Access to Excel

C

cfolk

When I export a memo field from Access to Excel, I am not receiving all the
information from that field - only a limited number of characters.
 
K

Ken Snell \(MVP\)

Use TransferSpreadsheet action (macro or VBA) to do the export. Using the
File | Export option will truncate memo fields.
 
Top