N
nancy
I am wanting my program to look at a name in the combo box and determine if
the name is also a participant.
I am receiving a compile error : variant not defined.
when it does this it highlights Particvolu of "particvolu =" Participant"
Dim ParticipantName As Integer
ParticpantName = DCount("ID", "Combobox query", "volID", "Particvolu" = " &
cboName & " And Particvolu = "Participant")
the name is also a participant.
I am receiving a compile error : variant not defined.
when it does this it highlights Particvolu of "particvolu =" Participant"
Dim ParticipantName As Integer
ParticpantName = DCount("ID", "Combobox query", "volID", "Particvolu" = " &
cboName & " And Particvolu = "Participant")