Broadcast printing in Access

Dwayno

New member
Local time
Today, 17:09
Joined
May 25, 2000
Messages
8
I need code to Broadcast print a 1 page report to 7 printers that are on the network and attatch it to a command button. I can do one printer without any trouble and I can broadcast fax using Winfax pro but am not having any luck with the first scecario.
Thanks
Dwayno
 
Broadcast Printing

I understand what your going through, I have to broadcast to 9 different printers. The easiest way I found is to make a report for each specific printer, different labels for each, and on command (I use a command "On Click" button), I use the code DoCmd.OpenReport "Report Name", acNormal.
You have to set on each report (using the Setup Button) either the specific printer to go to, or default printer. Do this for each report, and you'll be set.

There might be any easier way, but I wouldn't know it.

Good Luck

-adam12
 

Users who are viewing this thread

Back
Top Bottom