Dear pdaldy, so far I am using Docmd method
DoCmd.OutputTo acOutputReport, "table1", acFormatPDF, "C:\Users\Cpc\Desktop\depo\nameofdocumentasfieldA.pdf"
How can I interfere in the last part and I save a report with, say,
ABC1.PDF and ABC2.PDF
This report retrieves data from a table using...