I have a large Access 2010 DB. Although I have a lot of error trapping in the database, there are some areas that do not yet have it. I am working on this.
I have a weird issue that when I run the database with AllowByPassKey set to false with the Navigation Pane hidden, if the database comes across a un-handled error it simply ignores it, does not report it to the user.
Even though I have break on all errors set in the module.
I have create a little demo database to demonstrate the issue. What I would like is for the DB to crash on unhandled errors that way I would know they are happening and I could fix them!
:banghead:
I have a weird issue that when I run the database with AllowByPassKey set to false with the Navigation Pane hidden, if the database comes across a un-handled error it simply ignores it, does not report it to the user.
Even though I have break on all errors set in the module.
I have create a little demo database to demonstrate the issue. What I would like is for the DB to crash on unhandled errors that way I would know they are happening and I could fix them!
:banghead: