Hey Guyz, I have a bit of a problem.
I am trying to make a DVD database, which will have it's own search utility. The search will be guided by a keyword table in a access database.
What I want to do is when I type the title into the VB application (txtTitle.text) it will store it into a variable strTitle (which it does), but I want to write code that looks though strTitle and pulls out the individual words. For Example, if the title is "The Day After Tomorrow", how do I get the program to find and store each individual word from that variable into an array?
Is this possible
Thanks




Reply With Quote