Programically Changing A Printer at Runtime

  • Thread starter Thread starter David C. Holley
  • Start date Start date
D

David C. Holley

What do I need to do in order to change to which printer a report is
sent? I building the capability to send a report to hardcopy or to fax
and would like the ability to choose.
 
If you're using ACCESS 2002 or ACCESS 2003, you can use the
Application.Printer object to do this.

You would need to know the names of the printer devices that correspond to
these specific printers as well.
 
Back
Top