I am trying to create a macro to save the PDF each day. The following is what I have so far. The Output File code is the one that is probably causing me problems.
Thanks!
Thanks!
Code:
Access 2010 ExportWithFormatting Object Type:Report Object Name:R_Daily_Log OutputFile: "R:\PRIVATE\OEA\Daily_Media_Logs\"&"Media_Log-"& (Format(Date(),"yymmdd")&".pdf"
Comment