export access memo fileds to excel

  • Thread starter Thread starter pankos
  • Start date Start date
P

pankos

Hi,
I'm using fileds as memo data type in my (2003) access database tables.
When i'm trying to export/transfer that data to excel (export or copy/paste
or via pivot table etc.), i have only 255 characters and the rest characters
cut.
Any assistance with this will be gratefully appreciated.
Thanks in advance
 
Use macro or VBA to run TransferSpreadsheet action. It will not truncate
memo fields' contents from a table.
 
Use macro or VBA to run TransferSpreadsheet action. It will not truncate
memo fields' contents from a table.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top