Sending email

S

Sash

So, the following code was working through all our testing and now that we're
going live with my applications it no longer works.

This is executed on the close of the form. The first error box is
"Operation Failed" adn the second box has an error code of 2293. Any help
would be appreciated.

Thanks,
Sash

Dim strEmailA As String
strEmailA = "(e-mail address removed); (e-mail address removed)"

On Error GoTo Err_Handler

DoCmd.SendObject acSendNoObject, , HTML, strEmailA, , , Format(Date,
mmddyyyy) & "- New Item", "Item(s) ready for Charge Code"
 
D

Dale Fye

I believe that should be acFormatHTML, not HTML

--
HTH
Dale

email address is invalid
Please reply to newsgroup only.
 

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