I would like to always export a particular report as a pdf document to the current "desktop" of that specific PC, without hardcoding the "user" of that computer in the vba. My current vba is:
Any suggestions please
Code:
DoCmd.OutputTo acOutputReport, "Drugusage", acFormatPDF, , True
Comment