Is there any chance that an Access report can be automatically printed using scheduled tasks on a PC that have no printers installed?
I'm trying to make a bat-file that says:
"c:\program Files\Microsoft Office\Office10\msaccess.exe" "c:\myfolder\mydb.mdb" /xPrintReport
where /xPrintReport is a macro that prints a report and then quit access.
And put the bat-file into Scheduled Tasks on a PC.
But what if I want to print the report to a printer that is not my Default printer? Or if the PC has no printer at all? Is there any tricks on re-directing the print outs to another printer, ex \\printserver\printname?
Any tricks anyone?
I'm trying to make a bat-file that says:
"c:\program Files\Microsoft Office\Office10\msaccess.exe" "c:\myfolder\mydb.mdb" /xPrintReport
where /xPrintReport is a macro that prints a report and then quit access.
And put the bat-file into Scheduled Tasks on a PC.
But what if I want to print the report to a printer that is not my Default printer? Or if the PC has no printer at all? Is there any tricks on re-directing the print outs to another printer, ex \\printserver\printname?
Any tricks anyone?