Using Access 2010. I have a query with several Memo fields in it that I would like to export to an Excel sheet. Every method I have tried so far has truncated the Memo fields:
- Export Wizard
- Right-clicking on the query and choosing Export
- Exporting to CSV
DoCmd.TransferSpreadsheet
- Copy/pasting the data into open Excel sheet
How can I get all the Memo data in my export, or at least the full 32767 characters that an Excel cell can display?