counting items in combo box (1 Viewer)

Jaymin

Registered User.
Local time
Today, 14:15
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:
 

Some

Registered User.
Local time
Today, 05:15
Joined
Aug 27, 2013
Messages
18
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?
 

Monty251

New member
Local time
Today, 05:15
Joined
Aug 23, 2013
Messages
5
yourComboBox.ListCount()
 

Users who are viewing this thread

Top Bottom