I Need to make a combobox the way a index search works.
I have it populated using an ADO, now need to be able to key in the box and have the list display down to the corresponding letters I'm entering.
this is exactly how an index works.
If you set the style to 2 (dropdown list) then the combo will react to the ONE letter you type, advancing to the next matching entry when the letter is pressed again. If you want more than the first letter you'll have to use a separate textbox and do your own setting of listindex or find an API solution.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.