Okay this is a more specific question on a search form. I have it working just fine so that it will search a field that usually contains more than one word (for instance it is a memo field, or a note-to-self field, or any field generally longer than name, last name, or DOB etc). However, it will only search consecutive words or just a single word in the field eg, if I have a memo field that says, "Gatorade rocks in the summer heat," and I search for "Gatorade", it'll find it. If I search for "rocks in the", it will also find it. But if I search for "Gatorade summer", it won't find it. I want the memo field I have to function like a bunch of keywords, any combination of words or strings even closely matching with it will work. Any suggestions?