L
Lucky
I need to create an error log table (I call it
tblErrorLog with 3 fields: ErrorDate (Date/Time set to
default Now(), ErrorSource (Text, 255), ErrorDescription
(Memo)) and track in this table every error that occurs.
As such, I need to create code that will save (append)
the error source and error description into table while
clearing the error in the process and resume action.
Any help is greatly appreciated.
tblErrorLog with 3 fields: ErrorDate (Date/Time set to
default Now(), ErrorSource (Text, 255), ErrorDescription
(Memo)) and track in this table every error that occurs.
As such, I need to create code that will save (append)
the error source and error description into table while
clearing the error in the process and resume action.
Any help is greatly appreciated.