W
W Depow
I have a database with 370,000 records in the current
table. I have a form based on the table. On the form I
have a combo box with a drop-down list. When I type in the
last name in the combo box, the drop-down list should show
20 records starting with the name I typed in and I should
be able to scroll to the end of the list. Through all
370,000 records. I can do this, only if I do not sort
ascending by last name, first name, middle name. If I set
the underlying query to sort alphabetically by name the
drop-down list in the Combo Box will only show to a max of
65,535 records.
Ex. If I type Depow in the combo box and click on the drop-
down list arrow, the last record in the list is Coburn. I
can't go any further. Coburn is record # 65,535.
How can I correct this problem?
I have had 30,000 records before and did not have this
problem.
table. I have a form based on the table. On the form I
have a combo box with a drop-down list. When I type in the
last name in the combo box, the drop-down list should show
20 records starting with the name I typed in and I should
be able to scroll to the end of the list. Through all
370,000 records. I can do this, only if I do not sort
ascending by last name, first name, middle name. If I set
the underlying query to sort alphabetically by name the
drop-down list in the Combo Box will only show to a max of
65,535 records.
Ex. If I type Depow in the combo box and click on the drop-
down list arrow, the last record in the list is Coburn. I
can't go any further. Coburn is record # 65,535.
How can I correct this problem?
I have had 30,000 records before and did not have this
problem.