Folks
Is there >>ANY<< way to get the actual text of an error that is trapped by
the Form_Error event?
I mean actual text like: "duplicate record in table XYZ", not template text
like: "duplicate record in table |1".
I need this for a general purpose error handler. I've tried everything
obvious, including err.description , the dbengine.errors collection & so on.
I think the answer is NO. I would like to be proved wrong.
TIA,
TC
Is there >>ANY<< way to get the actual text of an error that is trapped by
the Form_Error event?
I mean actual text like: "duplicate record in table XYZ", not template text
like: "duplicate record in table |1".
I need this for a general purpose error handler. I've tried everything
obvious, including err.description , the dbengine.errors collection & so on.
I think the answer is NO. I would like to be proved wrong.
TIA,
TC
Comment