Exporting Memo field to delimited text without field being cut to

P

paulcj

I am attempting to Export an access table containing a Memo field with values
up to 2000 bytes in length. The table contains 121 text fields and the one
memo field which is the 105th field.
I am using the TransferText function in a Macro to export the table to a
pipe (|) delimited text file. When I run the Macro, the Memo field is
concatenated to 255 bytes.
Any help would be greatly appreciated.
 
Top