G
Guest
I have a database with a table called "VoterInformationTable" This table
includes the fields "Last Name"," First Name" and "Middle Name". I have a
form called "VoterInformationTable". On the form I have a ComboBox that I use
to look up a name and then when I select the name from the list, the form is
populated with the info from the "VoterInformationTable".
Problem: I have approx. 500,000 names and addresses. The drop-down list in
the combo box will only allow me to look at approx. 55,000 names from the
"VoterInformationTable". Example- Say I type in Smith in the combo box. I
select the drop-down list. The name Smith will not show in the drop-down
list.The drop-down list will show a-c names only. The list has approx. 55,000
names from A to C. The combo is based on a Query with Last Name, First Name,
Middle Name sorted ascending. If I do not have the query set to sort
ascending, then the name Smith will show up. The name after Smith,Albert will
be the next name in the table that the query is based on, since the Table is
not in complete alpha order.
How can I correct this problem.
includes the fields "Last Name"," First Name" and "Middle Name". I have a
form called "VoterInformationTable". On the form I have a ComboBox that I use
to look up a name and then when I select the name from the list, the form is
populated with the info from the "VoterInformationTable".
Problem: I have approx. 500,000 names and addresses. The drop-down list in
the combo box will only allow me to look at approx. 55,000 names from the
"VoterInformationTable". Example- Say I type in Smith in the combo box. I
select the drop-down list. The name Smith will not show in the drop-down
list.The drop-down list will show a-c names only. The list has approx. 55,000
names from A to C. The combo is based on a Query with Last Name, First Name,
Middle Name sorted ascending. If I do not have the query set to sort
ascending, then the name Smith will show up. The name after Smith,Albert will
be the next name in the table that the query is based on, since the Table is
not in complete alpha order.
How can I correct this problem.