Export a memo field

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
 
K

Ken Snell

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

More details, please.
 
G

Guest

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