From eRed the Noobe :-)
I have a report that I am trying to save as a PDF using DoCmd.OutputTo
This code properly saves the report:
DoCmd.OutputTo acOutputReport, "LTCFarNF", acFormatPDF, "M:\ARMGR\Reports\" & Me.ltcfname.Value & Chr(34) & ".pdf", True
However, I need to filter the report...