No.
The trick is to generalize and then localize the messages in your own
error handlers so that they give you not only the general error
message but also any specific information you might want. It isn't
too difficult to put a select statement in your error handler that
causes different messages for different errors - all from the same
error handler. Also, you can insert the procedure name in the error
message.. Don't overload your poor users with noise. You can also
put in conditional flags for "terse" for normal running and "verbose"
for development.
Have you tried MZ Tools?
HTH

Signature
-Larry-
--
> Is there a way of overriding certain Access error messages with my own? I
> know you can do it at the form level, but is there a way of just
[quoted text clipped - 4 lines]
>
> Thanks for the help!
Michael - 08 Jun 2007 14:20 GMT
So basically I just have to go into every form's error handler code, every
submit button, every exit button and every clear button and paste in the same
code?
No, I don't know what MZ Tools are!
Thanks for the help

Signature
Michael
> No.
>
[quoted text clipped - 22 lines]
> >
> > Thanks for the help!