Report Export to Text File

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
 
F

Fred

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

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