Alternating Printers

D

DS

I want to set up Alternating Printers.
I thought I would use the
Application.Printers = Application.Printer()
to set the printers.
But how would I get the code to lets say go to

Printer A this job
Then Printer B for the next job

What if you print to Printer A then Stop. How would it know to go to
Printer B the next time. Any thoughts on this is appreciated.
Thanks
DS
 
G

Guest

What about using a form with a checkbox. Have a macro condition check the
form checkbox and based on that print. Then the macro action does SetValue
to the checkbox to flip it.
 
D

DS

KARL said:
What about using a form with a checkbox. Have a macro condition check the
form checkbox and based on that print. Then the macro action does SetValue
to the checkbox to flip it.

:
Sounds like a good possibility...I'll check it out! No pun intended :)
Thanks
DS
 

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

Similar Threads

Set Printer Problem 4
Access change My Default Printer for All the Reports 4
Printing a Report on a command button 1
PDF Toolbar Button 4
Error handler 3
OS dependant code 1
Application.Printer 4
Code Is Slow 3

Top