DoCmd.SendObject fails after Outlook 2013 install

Dave2352

New member
Local time
Today, 21:06
Joined
Jan 30, 2013
Messages
2
After installing Office 2013 our database program now fails to send emails with the "DoCmd.SendObject acSendReport," method, giving "Error 2046 - The command or action 'Sendobject' isn't available now. From what I've seen there are better methods of sending emails which do work but it's not my program and it ran perfectly with office 2010. Any ideas for an easy fix would be most welcome, thanks.:confused:
 
http://www.access-programmers.co.uk/forums/showthread.php?t=255677
It might be worth looking at the references in the code module's menu Tools -- References
I have office 2013 installed at home. I don't use too much doCmd, my preference is code. But, I have slowly been running 2010 projects at home over to 2013 using office automation (Power Point, Word, Excel, ...) so far, they work as expected. Have yet to try Outlook, sorry.
 

Users who are viewing this thread

Back
Top Bottom