Using VBA I open up a report and then use the following code:
DoCmd.OutputTo acOutputReport, RptName, acFormatPDF, strFile, 0
RptName is the name of the report
strFile is C:\Reports\test.pdf
It creates the pdf no problem, its just that it opens it up afterwards. I would like it to not open up the pdf in acrobat because I want to loop thru several hunderd reports and fax them to different numbers.