Question combobox autocomplete?

karthik1

New member
Joined
Jul 21, 2008
Messages
2
Programming Experience
Beginner
Hello,

I have 2 forms. Form1 has a Combobox and a button. Form2 has a listbox.
both combobobx and listbox r populated with Customer_names. On typing a character say, 'G' in the combobox or a string i should be able to see a list of customer_names starting with 'G' or any part of the string i give in the Listbox present in form2. how do i go about it.
 
Back
Top