Hello,

I have a function that goes through each field in a form and checks if it was changed between itself and the existing recordset. It is used to track changes done in any record when the logged in user (Forms!frmLogin !cboUname.Colum n(4)) is logged in.

The problem I have is when my control loop checks a field that is linked to a table with a deleted record, the function crashes. This situation arises when two forms...