C
curt
My form is a simple presentation of "leads" (e.g.,
prospects, contacts, etc.) from a table. The table has
about 120k rows. Each rows primary index is an
autonumber field. In many cases, we don't know the "id"
number to find a specific record. We can alway's use
the "find" tool to find a record. But since we almost
always know the lead's name, the unbound combo box (which
is just a query on the table containing the lead id and
lead name, displaying the lead name, but the field value
is the id) is used as a "Find: " prompt that lets us
start typing in the name, select the row from the drop
down list, and then the "after update" event for the
combo box causes the form to fill with the info for the
selected record. Works great, except the combo box only
shows up through the middle of the m's. If I want
to "find" a lead with the name "samurai sam's", I can
type in the full name ok and go to the record, but if I
type in an "s" and then use the combo box to select from
the list, it only shows the last records its populated
with which stop in the m's (the last record included in
the list is the 65kth record or so). Any help?
prospects, contacts, etc.) from a table. The table has
about 120k rows. Each rows primary index is an
autonumber field. In many cases, we don't know the "id"
number to find a specific record. We can alway's use
the "find" tool to find a record. But since we almost
always know the lead's name, the unbound combo box (which
is just a query on the table containing the lead id and
lead name, displaying the lead name, but the field value
is the id) is used as a "Find: " prompt that lets us
start typing in the name, select the row from the drop
down list, and then the "after update" event for the
combo box causes the form to fill with the info for the
selected record. Works great, except the combo box only
shows up through the middle of the m's. If I want
to "find" a lead with the name "samurai sam's", I can
type in the full name ok and go to the record, but if I
type in an "s" and then use the combo box to select from
the list, it only shows the last records its populated
with which stop in the m's (the last record included in
the list is the 65kth record or so). Any help?