I am building an elaborate error handling function to be used in a large Access Application. The function will be called from the error handlers of all other subs in the application, and uses the Err object as its sole argument.
The error handlers primary purpose is to log errors in a text file. I am trying to get as much information as possible about the applications environment when an error occurs. Is there a way I can print the values of all active variables into this text file?
Thanks!