I am struggling to get my head around error trapping. I stuck this bit of code in the Forms VBA to get error codes but get nothing returned. The form is called Prisoner_Details. Can anyone help
Public Sub Form_Error(DataErr As Integer, Resonse As Integer)
MsgBox DataErr
End Sub
Public Sub Form_Error(DataErr As Integer, Resonse As Integer)
MsgBox DataErr
End Sub