You'll want to look into the "OutputTo"
http://msdn.microsoft.com/en-us/library/office/ff192065.aspx
expression .OutputTo(ObjectType, ObjectName, OutputFormat, OutputFile, AutoStart, TemplateFile, Encoding, OutputQuality)
Example:
DoCmd.OutputTo acOutputReport, "", acFormatPDF, myPath +...