Hi Experts,
I have a combobox. I want the following functionality. When you key in a character (say "A") it should position to the first string starting with "A", but when you key in another "A", it should go to the next string starting with "A" and so on until it reaches all the strings with character A. Is this possible? Any help will be appreciated. Thank you.