Application VisualBasic Script

Sub cmdClose_Click()
    DoCmd.Close acForm, "frmContacts"
    
End Sub