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