I am attempting to send myself an email with an attached Access report.
I am using the folowing code:
DoCmd.SendObject acSendReport, "ReportName", "SnapshotFormat(*.snp)", _
"emailaddress.com", , , _
"Test Report", , False
The code seems to work OK, but I receive no email. I am using AOL, and have AOL active when I execute the code. I may be missing something here. Any help would be appreciated.
I am using the folowing code:
DoCmd.SendObject acSendReport, "ReportName", "SnapshotFormat(*.snp)", _
"emailaddress.com", , , _
"Test Report", , False
The code seems to work OK, but I receive no email. I am using AOL, and have AOL active when I execute the code. I may be missing something here. Any help would be appreciated.