Ok
As per your suggestion, this is what i have now in my before update event. I really appreciate your patience looking into this.
Private Sub Form_BeforeUpdate(Cancel As Integer)
Me.lstloan.Requery
If MsgBox("Are you sure you want to abandon changes to this record?", vbExclamation +...