I have a fairly large VBA project built in Access. I was wondering if there was a way to make a global error handler for the whole project without having to use the On Error statement in all my procedures.
The following link has quite an extensive explanation on global error handling.Seems to me like the trick is to capture each unique error (by error Number) triggered by an event on a form, and pass this on to your global error handling function in a module in order for the function to return either an access error message or a customised one.Still trying to work it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.