G
Guest
I would like to open a report and then view it before sending it to e-mail.
Here is the code I have it opens the report but sends the report straight to
e-mail. How can I change the code to view the report first and then send it
to e-mail.
DoCmd.OpenReport "rptReferralForm", acPreview, , "[applicant ID] = " &
[applicant ID]
DoCmd.SendObject acSendReport, "rptReferralForm", acFormatSNP, ""
Here is the code I have it opens the report but sends the report straight to
e-mail. How can I change the code to view the report first and then send it
to e-mail.
DoCmd.OpenReport "rptReferralForm", acPreview, , "[applicant ID] = " &
[applicant ID]
DoCmd.SendObject acSendReport, "rptReferralForm", acFormatSNP, ""