Viktoria2011
Programmer
I have a listbox with the names of the employees and their trades. The client wants the cursor move to the value in the control based on several characters entered, ie. when looking for employee name Robert ..., type in "rob" and the first name with with "rob" at the beginning of the name is selected. Currently, when you type "rob", you get first everybody with the names starting with "r" then everybody with their names starting with "o" etc. What needs to be done similiar to how the combobox acts when entered multiple characters. The client does not want to enter sought for text in a separate text box or use combobox. Help.