Hi everybody,
I have a button on the main form to delete records on a subform. I use this code:
Private Sub BtnDeleteContact_Click()
Dim Respons As String
Dim Msg, Style, Title, Response As String
Msg = "You are about to delete this contact."
Style = vbOKCancel + vbQuestion +...