easy errorhandler retrofit??
I put together an application for our office workgroup, and did not write errorhandlers. We are now deploying via Runtime and I see the "error" of my ways. (Access un-gracefully tells the user there was an error and shuts them down. Ouch!)
Does anyone know of a quick way to add errorhandlers, so I don't have the tedious job of doing so in each event. Can a global error handler be set up (to report error number, description and perhaps the offending event?)
Thanks,
|