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, ""
 
Back
Top