PDA

View Full Version : How to trap msAccess error in VB


ddbvizel
12-05-02, 18:43
Hello,

Is there any way to trap msAccess error in VB. I have module with Access OLE Automation. I run Access Reports in VB and if report has problem I get error. Is it possible to handle or ingnore this error so my VB module would not abort.
you probably could also say

is it possible to trap the out of process error in VB or VB.net?

Thanks

rnealejr
12-07-02, 00:13
Is the error not returned to vb ? If it is, have you tried "on error ..." to handle the error ?