email Access report pop up network error

T

Tim

I write the following code.
DoCmd.SendObject acSendReport, strDocName, acFormatPDF,
"(e-mail address removed)", , , "School: " & glbStudId & ""

When Outlook pops up and I click on the Send button, it pops up error
message, "The operation failed because of network or other communication
problems. Verify your connections and try again." And then the program shut
down automatically and doing a backup??? Please help me to identify the
problem. Thanks.
 
T

Tim

Well, I don't know but maybe the problem is because of
1. The security software (encryption) in my machine that prevents it from
sending email to outside the program?
2. Maybe the configuration of Outlook?
For the first one, I can send excel files as attachments using
DoCmd.SendObject without any problem! If the second one is the case, how
should I do with the configuration of Outlook? Thanks in advance for your
help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top