Error -2147217504

B

Bob Barnes

We have automated Lotus Notes Emailing within Access 2003. Occasionally
(this is NOT consistent - most of the time it works properly), we get Error
-2147217504.

I've written a MsgBox to explain what occurs.

My Access Error Trapping code is finding...

Select Case Err
Case -2147217504
Screen.MousePointer = 11
M = "You Have Either Cancelled Sending This Email" & vbCrLf
M = M & "Or You Have Entered An Incorrect Password" & vbCrLf
M = M & "Or Lotus Notes Is Not Loaded On This PC."
MsgBox M, , "":
Resume AAA2
Case Else
MsgBox "Error Number " & Err.Number & " " & Err.Description
Resume AAA2
End Select

What conditions might cause Error -2147217504 ?

TIA - Bob
 

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