S
Steve
I am using the command
DoCmd.OutputTo acOutputReport, "rptInvoices",
acFormatTXT, "zzz.txt", True
to create a .txt file from a single column report.
The report has no blank lines in it.
When I open the .txt file I get a blank line inserted
after each 4 data lines and 8 blank lines where a page
break would be in the report. Does anyone know how to
supress these blank lines?
Many thanks,
Steve
DoCmd.OutputTo acOutputReport, "rptInvoices",
acFormatTXT, "zzz.txt", True
to create a .txt file from a single column report.
The report has no blank lines in it.
When I open the .txt file I get a blank line inserted
after each 4 data lines and 8 blank lines where a page
break would be in the report. Does anyone know how to
supress these blank lines?
Many thanks,
Steve