I'm writing a form to filter a listbox by what is entered into a textbox. I need it to requery the listbox when the textbox changes on (keydown) but it does requery on any of the textbox procedures eg keydown onchange keypress etc. Is there another way of doing this. I can't understand why it wouldn't requery the listbox on keydown. The code works under a button but it has to do it as your typing.
Please help
Please help