thebernieb
Programmer
I'm trying to write an error trapping routine in VBA for Access 97 and am having a few problems. I want to log the errors in a table titled "ErrorLog". That's no sweat. Now I can easily put the error number, source, and description in the table, but what about the actual module, procedure, and/or line that the error occurred in. If my application fails on the user end, I can't expect the user to click debug and tell this information for me. So if anyone has any suggestions as to how I can return strings with containing the code line text, procedure name, and module name where the error occurred, let me know. Thanks!