Report Export to Text File

  • Thread starter Thread starter Steve in S.F.
  • Start date Start date
S

Steve in S.F.

I have a report that consists of just a detail line and a field footer line.
I need it as a straight ascii text file. I use the "OutputTo" action to
export it to a text file, but doing that results in a Carriage Return/Line
Feed between each line of the report in the text file.

Is there any way to prevent that from happening either through formatting of
the report or some other method?

Thanks
 
It sounds likke what you really want to export is data, not a report.

Why not just do that? (Skip the report)
 
Back
Top