I have error trapping code in almost all procedures and modules behind my forms, but sometimes, somewhere, an error will occur that is not captured by code and the MS Access error message is displayed. Is there a way to capture/trap any error that may occur on a form (Access 2000) by setting up some error capture VB code in the form's Form_Load (or Open,etc.) event that will enable me to display my own (less threatening) message to the user, no matter where it occurs?
Thanks for any assistance you can provide.
Thanks for any assistance you can provide.