myPath = "Shared Folder\sAttachmentName\"
DoCmd.OutputTo acOutputReport, stDocName, acFormatPDF, myPath & sAttachmentName
Cronk - I was playing around with what you had suggested and got it to work with taking out the "sAttachmentName" after myPath so it shows as:
myPath = "Shared Folder\"...