PDA

View Full Version : Access Error Log table



Mohana
12-16-2010, 04:10 AM
Hi People,
I am looking for a Access VBA code which handles the runtime error in such a way that every time a error occurs we need to log the error in a table called errorlog in access.The table should be populated with error code,one of the field name, line where there error code occured,description of error and data/time of the error.
Note:the executing program should not stop at any cost

Thanks in advance for your generous help

Mohana

orange
12-16-2010, 07:29 AM
http://www.fmsinc.com/tpapers/vbacode/Debug.asp

will show you error handling options and an explanation of each.