2010/2013 SendObject Broke

nschroeder

nschroeder
Local time
Today, 03:57
Joined
Jan 8, 2007
Messages
186
I have a db that includes buttons the users click to send queries as email attachments. It has been working fine, but now they get the error "can't complete the Output operation.". It works fine when I run it. I'm on Office 2013, and they are on 2010. If I log in to a 2010 machine, it doesn't work for me either. There are no missing references. Here are my current references.

Capture.PNG

When I log in on 2010, they are the same, except 15.0 is replaced with 14.0. However, if I try to make any changes to them, I get "Can't perform this operation".

Here is the code it runs.
Code:
    DoCmd.SendObject acReport, "Selected Region Errors", "Rich Text Format (*.rtf)", _
        Recipient, CCRecipients, , _
        "Errors List: " & RegName.Value, _
        "Attached is the most current Errors List.", True

Any suggestions would be appreciated!
 
Update: I got on the 2010 PC and created a new, empty database. I then linked to the tables in the original, and copied all the other objects over. It didn't help -- I still got the error. I checked the references in the new database, and Microsoft Outlook View Control was not selected. When I tried to select it, I again got "Can't perform this operation". I even get this message when I try to unselect a reference. Why would I not be able to make any changes to my references?
 

Users who are viewing this thread

Back
Top Bottom