Using different printers

G

Gary Dolliver

Hi all,
Is there a way I can have certain reports print to specific printers via VB
code? I will be printing tracking labels to a thermal printer and tracking
lists to a laserjet and want everything to auto print on a button click.
Help appreciated, thanks!
-gary
 
D

Damian S

Hi Gary,

If you are using Access 2003, try this:

Set Application.Printer = Application.Printers("Printer Name")

Damian.
 
Top