I have used this line of code for several years to output PDF reports.
I output multilple reports with this same method and it works on all but 1 PC.
I have one pc that has the PDF Complete app installed as there primary pdf viewer.
This is the only PC where this code fails. Has anyone experienced this? Workaround?
Error 2501
I output multilple reports with this same method and it works on all but 1 PC.
I have one pc that has the PDF Complete app installed as there primary pdf viewer.
This is the only PC where this code fails. Has anyone experienced this? Workaround?
Code:
DoCmd.OutputTo acOutputReport, "rptFinishedGoods", acFormatPDF, strServerFileShareDir & "All-FG not Shipped.pdf", False
Error 2501