S
Scoop
I have a combo box in a for that is used for jumping to a particular
record when it is selected. The form is for managing customer
information and the combo box is bound to CustomerID and displays
AccountNumber (as it is more familiar and user friendly). The customer
table is fairly large...> 300,000 records.
When you start typing the AccountNumber and then click the drop down
for the combo box, a certain number of records are displayed and the
user can scroll down to select one in the list.
I don't know exactly how many records the combo box lists or where to
find/adjust this property. The problem I am having is that the combo
box only lists account numbers between "A" and "D" so if you type
"DAV..." you are able to see all the records that begin with "DAV" but
if you type "SMI..." or anything beyond "D", the list does not adjust
downward so you are not able to view records that begin with letters
you are typing when they are beyond the records that are being
displayed.
I checked to be sure the row source doesn't have "max record" count in
the query and I figure I could probably requery the row source on the
OnChange event but it seems that there should be an easier way of
doing this.
Any ideas?
record when it is selected. The form is for managing customer
information and the combo box is bound to CustomerID and displays
AccountNumber (as it is more familiar and user friendly). The customer
table is fairly large...> 300,000 records.
When you start typing the AccountNumber and then click the drop down
for the combo box, a certain number of records are displayed and the
user can scroll down to select one in the list.
I don't know exactly how many records the combo box lists or where to
find/adjust this property. The problem I am having is that the combo
box only lists account numbers between "A" and "D" so if you type
"DAV..." you are able to see all the records that begin with "DAV" but
if you type "SMI..." or anything beyond "D", the list does not adjust
downward so you are not able to view records that begin with letters
you are typing when they are beyond the records that are being
displayed.
I checked to be sure the row source doesn't have "max record" count in
the query and I figure I could probably requery the row source on the
OnChange event but it seems that there should be an easier way of
doing this.
Any ideas?