Public Sub WriteToErrorLog (
recs As DAO.Recordset,
SessionID As String,
ErrorCatStr As String,
ErrorLocation As String,
ErrorText As String,
Optional ErrorAddlInfo As String = ""
)
Write an error to an error log already opened in a recordset.
The error category string
Additional error information
xf.Linker.WriteToErrorLog recs, SessionID, ErrorCatStr, ErrorLocation, ErrorText
xf.Linker.WriteToErrorLog recs, SessionID, ErrorCatStr, ErrorLocation, ErrorText, ErrorAddlInfo