goatsaregreat
Programmer
I have a list box that is populated from a DB when the form loads. The list box is not connected to a data access object. The list box contains a list of equipment owned by a rental joint. I need to be able to type in the first letter of a word, and have the list box jump to the first entry of that letter. When I type a second letter, I want the list box to react by showing the first entry starting with those two letters. And so on. I have seen this in action hundreds of times, but do not know the code to use. TIA for your quick responses. If you need anymore info, let me know.