VoodooRage
Programmer
I am working on an error handler in an Access 2000 function. I am fully capable of creating error handlers in private subs but I am having trouble with this error handler in a module function. When you are using the "OnError" sub on say a form you can identify the error, and use the Response = acDataErrContinue code to ignore an Access generated message.
How can I do this in a function where the err.description is displayed apparently prior to entering the error handler, the err.number is 2501.
Thanks bunches!
How can I do this in a function where the err.description is displayed apparently prior to entering the error handler, the err.number is 2501.
Thanks bunches!