G
Guest
Access 2000
I'm trying to output a report containing a memo field to a text file using
the command:
DoCmd.OutputTo acOutputReport, "reportname", acFormatTXT, "C:\textfile.txt"
The full memo field is displayed if I preview the report but in the
resulting .txt file, the last line of the memo is sometimes missing. There
appears to be no pattern to which memos are being truncated and it does not
matter how long the memo is.
Has anyone any experience of this or a solution/work around?
I'm trying to output a report containing a memo field to a text file using
the command:
DoCmd.OutputTo acOutputReport, "reportname", acFormatTXT, "C:\textfile.txt"
The full memo field is displayed if I preview the report but in the
resulting .txt file, the last line of the memo is sometimes missing. There
appears to be no pattern to which memos are being truncated and it does not
matter how long the memo is.
Has anyone any experience of this or a solution/work around?