Hi all,
I have a combobox that reacts when the user changes its contents. It contains a list of all employee names and searches a database for all entries containg the name of that employee.
To me it seems pointless to search when backspace is pressed since the combobox will automatically return the values for the same person. For example
You select John Smith and decide to search for John Anderson. Every time you press the backspace button to delete the letters s m i t h the macro updates (change event) and gives me the data entries for John Smith.
Is there a way to register the backspace event within the Private Sub Combobox_Change Event so I can prevent it from updating?
Much obliged for the help
Nick
Bookmarks