D
Dai_Tau_Lo
I have a procedure in access that calls other procedures. In each of these
procedures there is error handling. This has been working well with errors
being handled in the procedure where they occur. All of a sudden all of the
errors are being thrown back to the calling procedure instead of being
handled in the procedure where they occur. This makes it impossible to
handle the error effectively. Further this in not just happening in just one
database, but seems to be a global change that has affected all of my
databases.
Does anyone have an idea of what might have happed and how I can reverse it?
Thanks
procedures there is error handling. This has been working well with errors
being handled in the procedure where they occur. All of a sudden all of the
errors are being thrown back to the calling procedure instead of being
handled in the procedure where they occur. This makes it impossible to
handle the error effectively. Further this in not just happening in just one
database, but seems to be a global change that has affected all of my
databases.
Does anyone have an idea of what might have happed and how I can reverse it?
Thanks