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.
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.
Any suggestions would be appreciated!
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!