Error Emailing Report Using SendObject

connieharper

Registered User.
Local time
Today, 02:15
Joined
Sep 15, 2000
Messages
17
I am stumped! I use the following Access97 SENDOBJECT command to send a report to several users via email.

DoCmd.SendObject acSendReport, Instructor_update1", acFormatHTML,

This routine works fine on one computer but on another I get the following Microsoft Access error message:

Run-Time error 2296 "The password is invalid; the message wasn't sent.

I am running Windows 98 and Outlook Express 5 on both computers. Outlook Epress works fine on this machine and retrieves messages without asking for the password for this user. It has the right email password and it is saved to remember each time they enter their email.

What password is this runtime error referring to? Anyone Know?

DoCmd.SendObject acSendReport, Instructor_update1", acFormatHTML,
 
connieharper, I couldn't come up with nothing on the KB that matched your problem. So let me ask you a few more questions. Are you on a network? Are you using an internal mail server or one through an ISP? Is Outlook Express set as the default mail client on the machine that is having problems? Does Outlook Express open at all or does the error break stop Access?
 

Users who are viewing this thread

Back
Top Bottom