Mega Code Archive
Categories
/
VisualBasic Script
/
Forms
Close a form
Private Sub cmdClose_Click() DoCmd.Close acForm, Me.Name End Sub