D
DFASWood
I am using the following code to send email reports in PDF format in Access
2007.
DoCmd.SendObject acReport, "ReporttoemailalldatawFamLv", acFormatPDF,
Myemail, "", "", "FOUO Leave Availability Report for CSRGroup " & MyCSRGroup
& " As Of " & MyAsOFDate, "THIS REPORT CONTAINS INFORMATION SUBJECT TO THE
PRIVACY ACT OF 1974 AS AMENDED." & myemailmess, False, ""
I have a user that has Access 2007 loaded that gets "format can not be run"
error when she trys to send these reports. My beta test site had no
problem with this line of code and was able to send the reports without error.
Is there a setting that might be impacting the successful use of this line
of code?
2007.
DoCmd.SendObject acReport, "ReporttoemailalldatawFamLv", acFormatPDF,
Myemail, "", "", "FOUO Leave Availability Report for CSRGroup " & MyCSRGroup
& " As Of " & MyAsOFDate, "THIS REPORT CONTAINS INFORMATION SUBJECT TO THE
PRIVACY ACT OF 1974 AS AMENDED." & myemailmess, False, ""
I have a user that has Access 2007 loaded that gets "format can not be run"
error when she trys to send these reports. My beta test site had no
problem with this line of code and was able to send the reports without error.
Is there a setting that might be impacting the successful use of this line
of code?