Search as you type in combo box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bluethunder
    New Member
    • Sep 2007
    • 50

    Search as you type in combo box

    Good day!

    I have a program using a combo box that has 200 records from the table. The user wants to be more convenient in searching the data by searching the word and it will populated the record that has the keyword that you inputted.

    Can anyone can give a hint or sample codes for search as you type in combo box?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    use LIKE search.

    Comment

    • bluethunder
      New Member
      • Sep 2007
      • 50

      #3
      Thank you debasisdas

      Comment

      Working...