print to file format??

H

Hugh N. Ross

If I print a query result to a file instead of the printer, what program can
I use to print the file?
What is the proper extinsion for the file name?
MS-Access help gives no info.
Help would be appreciated, Hugh
 
J

James Hahn

If you print to file then the file can be copied to the printer at some
later time. The file is not useful for any other purpose.

Perhaps what you really need is a printer driver that creates a file in a
readable format, such as PDF. For instance:
http://www.cutepdf.com/Products/CutePDF/writer.asp

If you already have something like this, then the application used to read
the file depends on the file format you are creating.
 
Top