-
combobox autocomplete?
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.
-
You can set (either in code or in the design window) the autocompletemode of the control to suggest or suggestandappend
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks