counting items in combo box

Jaymin

Registered User.
Local time
Tomorrow, 01:47
Joined
Oct 24, 2011
Messages
70
Hi all,
Hope someone can put me straight, i have a form that has three cascading combo boxs, plus a subform.
the third combo has a list of questions, and you put your answer in the txt box in the subform.
What has to happen is that the combo box has a number of questions and each has to be answered,
is there a way to know if all these questions have been answered by knowing what listindex or listcount ect that has be used and to have something set to advise the user that there are more questions and what ones are to be answered

Jaymin :banghead:
 
Have you tryed the ListCount property?

Theres an article on microsoft's website about the syntax and everything.

Or are you looking for a non-vba method?
 
yourComboBox.ListCount()
 

Users who are viewing this thread

Back
Top Bottom