Count Records of the Listbox

A

an

Hello!

In a Form I have 3 combos that they go "filtering" the records that are read
in exactly form in one listbox.
One of the fields IdRecord.
I would like to count the IdRecord's only showed in List box.

Thanks in advance.
an
 
D

Dirk Goldgar

an said:
Hello!

In a Form I have 3 combos that they go "filtering" the records that
are read in exactly form in one listbox.
One of the fields IdRecord.
I would like to count the IdRecord's only showed in List box.

The list box control has a ListCount property. Is that what you are
looking for?
 
Top