View Single Post
  #1  
Old March 9th 10, 02:12 PM posted to microsoft.public.outlook.program_vba
Tim
external usenet poster
 
Posts: 135
Default Why can't I send email from Access?

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!
Ads