mikegreening
MIS
I have inherited an MS Access database that I am working to automate through code. It does pretty well, but my error handling doesn't handle ODBC errors. If I click on continue, then the function will continue to run without a problem. This happens periodically. I thought at first that perhaps the server I am hitting was dropping packets, but I have pinged it while running this and it is not, and I still have the same problem. My error handling will not catch these errors, is their something special to handle these errors, or can Access not handle ODBC errors.