how to control check box
Hi
Here is another question. I have two check boxes and I want to be able to control them. As for now, when a Area is not in the list I add it with this code.
Private Sub cboArea_NotInList(NewData As String, Response As Integer)
Dim strSQL As String
Dim i...