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.
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.