Why can't I send email from Access?

T

Tim

I have written some VBA codes to email an Access form via Outlook,
i.e., DoCmd SendObject acSendForm, "frmInformation", etc. There is a do while
loop to send emails out depending on a condition. When the program is
executed, the Outlook email interface does pop up.

When I click on the Outlook's "Send" button, it pops up an error message,
"The operation failed b/c of network or other communication problems. Verify
your connections and try again". Can you help me to solve this problem?
Thanks!
 
S

Salad

Tim said:
I have written some VBA codes to email an Access form via Outlook,
i.e., DoCmd SendObject acSendForm, "frmInformation", etc. There is a do while
loop to send emails out depending on a condition. When the program is
executed, the Outlook email interface does pop up.

When I click on the Outlook's "Send" button, it pops up an error message,
"The operation failed b/c of network or other communication problems. Verify
your connections and try again". Can you help me to solve this problem?
Thanks!

I read this
http://www.pcreview.co.uk/forums/thread-780873.php

From MS
http://support.microsoft.com/kb/813742

And this
http://kbalertz.com/252399/Error-Operation-Failed-After-Happy99-Virus.aspx

Maybe one of those solutions will work.
 

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