I have the following code to print to report to pdf
DoCmd.OpenReport strReportName, 2, , Wclause, acHidden
DoEvents
DoEvents
DoCmd.OutputTo acOutputReport, strReportName, acFormatPDF, FolderPath & "\" & strReportCommonName & ".pdf", False, , , acExportQualityPrint
DoCmd.Close acReport...