Wrathchild
Technical User
How can I add the current date to my report name that gets automatically created in Acrobat?
here's what I have:
strReportName = "Report Name"
strFileName = strPath & "Report Name" & Now() & ".pdf"
Call PrintToAdobe(strFileName, strReportName)
this doesn't work...I just want to add the date at the end of the report name
here's what I have:
strReportName = "Report Name"
strFileName = strPath & "Report Name" & Now() & ".pdf"
Call PrintToAdobe(strFileName, strReportName)
this doesn't work...I just want to add the date at the end of the report name