OK i solve some of my question , second question
Private Sub Check34_AfterUpdate()
If Me.Check34 = True Then
Me.Command37.Enabled = True
Else
Me.Command37.Enabled = False
End If
End Sub
that means i only can click the command if the check box is check , but , i proceed to the...