Well here's what I am trying to accomplish. I want to add Error handling code to an my Access database that creates a new record in the 'Error' table, each time there is an error, and stores information about that type of error that occured and when it occurred.
When I want to view the error logs, I want to display all of the information on a form. Then, when I press a command button on that form, the OnClick event issues the Msgbox command with the info from the record. Consequently, it is displayed to me just like the user saw it.
I read the thread posted by FancyPrairie but because I am a beginner I need more elaboration. Can FancyPrairie or someone step me through the process? Please..
When I want to view the error logs, I want to display all of the information on a form. Then, when I press a command button on that form, the OnClick event issues the Msgbox command with the info from the record. Consequently, it is displayed to me just like the user saw it.
I read the thread posted by FancyPrairie but because I am a beginner I need more elaboration. Can FancyPrairie or someone step me through the process? Please..