Send print jobs to TCP/IP Address?

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

Guest

I have set up a number of form with command buttons that refresh the form dat
just entered and then open reports based on the new data. Then sequenced
after that using the sendObject action, the report snapshots are attached and
e-mailed to the appropriate people.

Is there a way to send the reports to different printers using TCP/IP
addresses, rather than e-mailing?

Thank You
 
OK then, if not TCP/IP Addresses, is it possible to send a report to more
than one printer at the same time?

I guess my workaround to this point is useing the page setup in the report
design mode to specify a designated printer. For the report to go to three
different printers at the same time I have three copies of the same report
with three different names and each one is specifying a different printer.
Then I am using the DoCmd.OpenReport action for each of the reports sequenced
in an ONCLICK event.

Seems like I am walking around the house to get to the front door though.
 
Back
Top