capacity of control filter

T

TiffB

I am building a data access page for my client list. I have a drop down list
box on the page. I would like for our employees to be able to click on a
client's name and then see their information. Currently it will only allow
310 clients to be seen in the drop down box. Each client's information si
then visible to the viewer. The problem is we have 436 clients and need to
know how to include all 436 in the drop down box. If you can help, please do
so. thanks
 
D

Douglas J Steele

The limit of a combo box is actually something like 65535 (the total number
of values that can be represented by an integer)

How are you populated the combo box?
 
Top