solugrp
Technical User
- Jun 29, 2007
- 2
This is the code:
Sub VBATestSend_1()
DoCmd.SendObject acReport, "Leadman Report", "RichTextFormat(*.rtf)", _
"<dpspi@hotmail.com>", "", "", "This is a test.", "", False, ""
End Sub
But when ran:
It goes and gets the report, it attempts to locate the email profile and then I get an Run-time error '2293'(Mircosoft can't send a message for the reason in the preceding Alert) I then click 'debug' and the Module code screen appears and the whole line of code is highlighted.
I'm using Access 2000. Any help will be greatly appreciated.
Sub VBATestSend_1()
DoCmd.SendObject acReport, "Leadman Report", "RichTextFormat(*.rtf)", _
"<dpspi@hotmail.com>", "", "", "This is a test.", "", False, ""
End Sub
But when ran:
It goes and gets the report, it attempts to locate the email profile and then I get an Run-time error '2293'(Mircosoft can't send a message for the reason in the preceding Alert) I then click 'debug' and the Module code screen appears and the whole line of code is highlighted.
I'm using Access 2000. Any help will be greatly appreciated.