A
AJOLSON
I want to load the entire content of a txt file into a Memo field. I can't
get around the paragraph markers. Each time I load the file a new record is
created at the end of the paragraph marker, or end of line. In normal cases I
would like that but not this one. Does anyone know what code I could use
that would let me load the entire txt file into one record using one Memo
field?
Here is my current code
DoCmd.TransferText acImport, , "test", "C:\Test\Text.txt", False
get around the paragraph markers. Each time I load the file a new record is
created at the end of the paragraph marker, or end of line. In normal cases I
would like that but not this one. Does anyone know what code I could use
that would let me load the entire txt file into one record using one Memo
field?
Here is my current code
DoCmd.TransferText acImport, , "test", "C:\Test\Text.txt", False