P
paulmitchell507
I have a Macro in Access 2000 that sends a report via email using the
'SendObject' action. The object name, or report name is 'Hector
support calls'. I would like add the days date to the report name,
simular to the format below
(="C:\AccessReports\" & Format(Date(),"ddmmyyyy") & "_Hector support
calls.xls")
I don't want to export the report to disk, run the code above and then
mail the report, I would like to rename the report when the Macro
sends the e-mail.
Any advice would be appreciated.
'SendObject' action. The object name, or report name is 'Hector
support calls'. I would like add the days date to the report name,
simular to the format below
(="C:\AccessReports\" & Format(Date(),"ddmmyyyy") & "_Hector support
calls.xls")
I don't want to export the report to disk, run the code above and then
mail the report, I would like to rename the report when the Macro
sends the e-mail.
Any advice would be appreciated.