B
Bethh
I was reading some previous posts about how to email a report using
sendobject however, when I attempt to do this I am getting an error saying
"can't open mail message" Below is the code I am using. Any help would be
appreciated. Thanks
Dim stDocName As String
stDocName = "rptReportName"
DoCmd.SendObject acSendReport, stDocName, , "user@address", , , "test
send", "test message", False
sendobject however, when I attempt to do this I am getting an error saying
"can't open mail message" Below is the code I am using. Any help would be
appreciated. Thanks
Dim stDocName As String
stDocName = "rptReportName"
DoCmd.SendObject acSendReport, stDocName, , "user@address", , , "test
send", "test message", False