Hello,
I have a few reports in Access 2007 that I would like to export to PDF together (as a joined PDF file). My code is working perfectly well with 1 report, however I have not been able to work out how to join the reports when exporting to pdf.
Private Sub cmdCentreCosts_Click()
DoCmd.OutputTo acOutputReport, "rptCentreCosts", acFormatPDF, , , , , acExportQualityScreen
End Sub
I am fairly new to VBA, any assistance would be greatly appreciated.
Thanks,
jlk