BarryMK
4 strings are enough
- Local time
- Today, 14:12
- Joined
- Oct 15, 2002
- Messages
- 1,350
I'm emailing a report linked to a single record using the following code in the OnClose event of the form. Can this code be modified so it can be sent without the email form popping up for confirmation?
DoCmd.SendObject acSendReport, stDocName, acFormatRTF, " Doe, John", , , "Please review new compliment/complaint " & Me.CompID
DoCmd.SendObject acSendReport, stDocName, acFormatRTF, " Doe, John", , , "Please review new compliment/complaint " & Me.CompID