C
Chris
I have a simple form that includes a listbox control that is bound to a
SELECT query. The functionality of the listbox control is such that as the
user presses a key, the first record matching that key is moved to (e.g.,
pressing "S" moves to "Smith, Jane"). However, as the user presses
additional keys (e.g., "SMI"), the first record matching each individual
record is moved to (e.g., "Smith, Jane", "Martin, Bill", "Irving, Alan").
Below the listbox, I've added an unbound textbox and a Find button. I'd like
to give the user the ability to type in one or more characters, press the
Find button, and have the listbox move to the first record matching the
entire string.
Is there a method of the listbox or recordsource that will allow me to do
this?
SELECT query. The functionality of the listbox control is such that as the
user presses a key, the first record matching that key is moved to (e.g.,
pressing "S" moves to "Smith, Jane"). However, as the user presses
additional keys (e.g., "SMI"), the first record matching each individual
record is moved to (e.g., "Smith, Jane", "Martin, Bill", "Irving, Alan").
Below the listbox, I've added an unbound textbox and a Find button. I'd like
to give the user the ability to type in one or more characters, press the
Find button, and have the listbox move to the first record matching the
entire string.
Is there a method of the listbox or recordsource that will allow me to do
this?