G
Guest
I have a list box loaded with values from a SQL Statement as the rowsource.
I would like to be able to narrow that list down by typing into a text box,
and have the query run a "like" statement against the value in the text box.
I am trying to run a requery action for the list box on the "on change" event
of the text box, so that every time a new character is typed in, the values
in the listbox will be narrow to contain the values in the list box. I
don't think that the SQL can see what is in the box, which seems to have a
null value, since the text box isn't updated. how can I force the text box
to update it's value?
I would like to be able to narrow that list down by typing into a text box,
and have the query run a "like" statement against the value in the text box.
I am trying to run a requery action for the list box on the "on change" event
of the text box, so that every time a new character is typed in, the values
in the listbox will be narrow to contain the values in the list box. I
don't think that the SQL can see what is in the box, which seems to have a
null value, since the text box isn't updated. how can I force the text box
to update it's value?