I want to send out a snapshot of a report via email to two addresses. I need it to automatically send the email and attachment. The attached sample, waits for me to click send from outlook....How can I handle this....
DoCmd.SendObject acSendReport, "Report Name", acFormatSNP, "one@aol.com", "two@.aolcom", , "xxxxxReport", , False
DoCmd.SendObject acSendReport, "Report Name", acFormatSNP, "one@aol.com", "two@.aolcom", , "xxxxxReport", , False