Combo Box limits

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

Guest

how do you get passed the listrows limit of 8 as my table has 300 entries?
 
The maximum value of the ListRows property is not 8, it is 255.

The property only determines the number of rows that is displayed *without
scrolling*. A value of 255 is much, much higher than you will ever need in
practise, as 255 rows could not be displayed on any standard PC display.
 
i only seem to be able to scroll through 23 rows of my table then it stops
how do i extend the scrolling?
 
I'm afraid I have no idea what would cause that. I don't remember ever
seeing or hearing of that particular program. Can you think of anything you
can tell me about this combo box that might be relevant?
 
the combo box is link to three tables on has 30 rows the second has 41 rows
and the third has 300 rows i have three command buttons one for each table
but the combo box will only sckroll through a limited amount of rows about 23
in each case
 
sorted ids were different thanks for help

Brendan Reynolds said:
I'm afraid I have no idea what would cause that. I don't remember ever
seeing or hearing of that particular program. Can you think of anything you
can tell me about this combo box that might be relevant?
 

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

Back
Top