G
Guest
I have an access 2000 database with about 500.000 names and addresses. I have
a form called "Enter/View constituents. When I open the form, information on
the first constituent in the "ConstituentsTable" is displayed. I have a
combo box at the top of the form called "NewNameSearch". When I select a
name from the alphabetical list it populates the form with the new persons
information.
THE PROBLEM IS - The combo box is based on a query of LastName, FirstName
and MiddleName from the Constituents Table. I have to sort the names in
ascending order. The combo box will scroll down to approximately 60,000
records and will not go any furthur. For example: If I type in Depoe and
check the drop-down box, the list will only go to Depoe as Depoe is record
75,000. The last name I can scroll to is Clements which is record 60,000. If
I do not set the sort to LastName ascending then I can scroll through all
500,000 records and select anyone I want. As the table records ID are not in
perfect alpha order I have to have a sort by alpha to choose from. Can
someone show me an answer to the problem. Perhaps I could have a Combo box
first select a letter of the alpha and then have another combo to select
from. HELP!
a form called "Enter/View constituents. When I open the form, information on
the first constituent in the "ConstituentsTable" is displayed. I have a
combo box at the top of the form called "NewNameSearch". When I select a
name from the alphabetical list it populates the form with the new persons
information.
THE PROBLEM IS - The combo box is based on a query of LastName, FirstName
and MiddleName from the Constituents Table. I have to sort the names in
ascending order. The combo box will scroll down to approximately 60,000
records and will not go any furthur. For example: If I type in Depoe and
check the drop-down box, the list will only go to Depoe as Depoe is record
75,000. The last name I can scroll to is Clements which is record 60,000. If
I do not set the sort to LastName ascending then I can scroll through all
500,000 records and select anyone I want. As the table records ID are not in
perfect alpha order I have to have a sort by alpha to choose from. Can
someone show me an answer to the problem. Perhaps I could have a Combo box
first select a letter of the alpha and then have another combo to select
from. HELP!