I would like to create a textbox (search engine) that can search for items in a database that contains text as that keyed in the textbox.
I am already aware of this code:
bindingsource.filter = "table Like '" & textbox & "%'"
EX:
what I want is that when I entered "a", all items containing "a" will be displayed like
Apple
Banana
Star Apple
_____
Another thing, I would like to create a search engine that can search for FILES from all folders in the whole computer system. I can only search for files from specified folders...Thanks