Hi,
I have read all the threads on sendobject and can't find a problem. I am wanting to email a snapshot of a report and I am using this code in the onclick event of the cmd button:
DoCmd.SendObject acSendReport, "Parents", "Snapshot Format", Email, , , "Report", "Report"
It is going through the code without error but no email. Is there something I am missing.
Do I need references? I have tried it with and without Outlook references.
I have read all the threads on sendobject and can't find a problem. I am wanting to email a snapshot of a report and I am using this code in the onclick event of the cmd button:
DoCmd.SendObject acSendReport, "Parents", "Snapshot Format", Email, , , "Report", "Report"
It is going through the code without error but no email. Is there something I am missing.
Do I need references? I have tried it with and without Outlook references.