howardjones
Programmer
I wonder if anyone can help me with a solution. I need to automatically send Access reports out a specified time to a group of people. I can soert out this part no problem but, I need to know the code to send this through Lotus Notes. Every time I try to invoke this code:
[DoCmd.SendObject acReport, "Report1", "RichTextFormat(*.rtf)", "howard.jones@cis.co.uk", "", "", "Test1", "Test", false, ""]
I get the messege :
Error 2287
Access can't open the mail session
Any help to point me in the right direction would be appreciated
[DoCmd.SendObject acReport, "Report1", "RichTextFormat(*.rtf)", "howard.jones@cis.co.uk", "", "", "Test1", "Test", false, ""]
I get the messege :
Error 2287
Access can't open the mail session
Any help to point me in the right direction would be appreciated