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,
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,