What would the syntax be in your 2nd example,
DoCmd.OpenForm "SecondFormName", , , "FieldName = '" & Me.ControlName & "'"
when I want to process a pdf report?
DoCmd.OutputTo acreport, "rptIPAPhysStats_V5","PDFFormat(*.pdf)", "Path", What goes here??
Where do I place the parameter for the...