Selecting a Printer

S

StuJol

Using Access 2003 is there a way to select a printer after giving the print
command. if you create a report you can specify which printer that report
prints to. i want the user to have the option of selecting which printer when
printing any reports.

Does anyone know a way to do this please?
 
T

Tom van Stiphout

On Tue, 11 Dec 2007 12:08:00 -0800, StuJol

The obvious way is to show the report in Preview mode. Then the user
can select File>Print if she chooses to print it, and select any
printer available.

If you really have to do this programmatically, review the Printers
collection and the Printer object.

-Tom.
 
Top