J
Jason
I have a problem where I am trying to print a PDF file to a certain folder.
However Access always puts it under My Documents.
This is not all the code, but just the part where I try and print to a
certain OutputFile.
Set objPDF = New PDFClass
With objPDF
.ReportName = "rptCompOOPRegionals"
.OutputFile = "P:\OOP\OOP-" & intCompetitionID & ".pdf"
.ShowMessages = 0
.PrintImage
.OutputFile = "S:\AC\Regional\Common\Documents\2005-06 Regionals
OOP's\OOP-" & strSiteDate & ".pdf"
.PrintImage
The crazy thing is that this was working just fine back in March. We
haven't had a need to use this part of the program and it hasn't changed. It
just will no longer print to the directory I specify.
Anyone else have trouble with this in Access?
However Access always puts it under My Documents.
This is not all the code, but just the part where I try and print to a
certain OutputFile.
Set objPDF = New PDFClass
With objPDF
.ReportName = "rptCompOOPRegionals"
.OutputFile = "P:\OOP\OOP-" & intCompetitionID & ".pdf"
.ShowMessages = 0
.PrintImage
.OutputFile = "S:\AC\Regional\Common\Documents\2005-06 Regionals
OOP's\OOP-" & strSiteDate & ".pdf"
.PrintImage
The crazy thing is that this was working just fine back in March. We
haven't had a need to use this part of the program and it hasn't changed. It
just will no longer print to the directory I specify.
Anyone else have trouble with this in Access?