I have a sub in which I have an error handler in the event of a problem with some database manipulations. What happens when there is an error within my error handler? For example I am adding a record to a table that identifies the source of my error, but if I've made a typographical error of a field in the table, then I've introduced an error in the handler? Does that error bubble up or does the program crash? I've not seen this aspect of error handling addressed, and from my experience it seems like it crashes, but it may be that I do not have an error handler in the procedure (and above) calling the sub.
Jim
Jim