Count Records of the Listbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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?
 
Back
Top