Max rows in Listbox ???

V

Van T. Dinh

Approx. 64K rows IIRC.

However, 64K rows is a lot to pull through the network. If you have that
many rows, perhaps you should devise a strategy that uses 2 steps to reduce
the number of rows for the ListBox. For example, says the list are names,
you may want the user to select the starting character of the LastName first
in, says, a ComboBox. One the user select a letter, use code to populate
the ListBox with only names starting with the selected character.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top