report to network printer

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

Guest

I am developing a scheduled task that will send a report to a printer. I
have used:

DoCmd.OutputTo acOutputReport, "name of report", acFormatRTF, "network
printer name and path or IP"

this does not send to the printer at all. How can this be done.
 
I would suggest installing or connecting to the printer via your workstation,
then print from the local driver to the network printer.

Brook
 

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