Export a memo field

  • Thread starter Thread starter Netalie
  • Start date Start date
N

Netalie

Hi,
i have a problem while i export a table with a memo data
type field. access converts it to a text field and by
that cut's off the string.

How can i export it currectly?

Thanks
 
Exporting to what type of file? EXCEL? Text? How are you doing the export?

More details, please.
 
Hi, i'm exporting to a delimited text file, using the
exoprt procedure in access.

DoCmd.TransferText acExportDelim, "C Export
Specification", "temp_tbl", TmpFileName, False, ""
 
Are you exporting it as unformatted? That works for me in a test I just set
up.
 

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