Whether my statement is blur. My question is if i use ComboBox to support search criteria mechanism, how to define the item in ComboBox, in other
word to define the criteria text?
For example, if there is a record and it's name field's value is "foo" in the db.db file, then I will support the search criteria as "fo" or "f" or "foo", but there is another record named "far", how I can do? Support "fa" , "f", "far"? If this, if there are ten thousand records in the db.db, should i define thirty thousand search criteria text? If the name field name is longer, it's terrible!
Am I right??? How do you make this??
Thanks.