Forms VisualBasic Script

Private Sub cmdClose_Click()
   
   DoCmd.Close acForm, Me.Name
    
End Sub