Saving reports to other formats

D

DogmaDot

Can I save the print version of a report as a tab-delimited file?

Can I save the print version of a report as a .csv file that can be opened
by EXCEL?
 
M

Marshall Barton

DogmaDot said:
Can I save the print version of a report as a tab-delimited file?

Can I save the print version of a report as a .csv file that can be opened
by EXCEL?


No, delimited files have no way to ecpress the formatting in
a report. Besides, reports a graphic images that don't make
much sense in any kind of text file.

But, you can export the data from a query. If your report
uses a table/query as its RecordSource, then try exporting
the table/query.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top