Using different printers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Hi Gary,

If you are using Access 2003, try this:

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

Damian.
 
Have you tried setting the printer in each report's File > Page Setup
options?
 

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

Back
Top