I have a query that in the criteria field I use the following:
Code:
Like [Enter the first few characters to search by: ] & "*"
This will show all fields that match anything that starts with what the
user types. For example if the field has a vendor named "Universal hoses", all
you need to type is the first few characters...like "Uni" and the above vendor will show up in the query. What I'm looking for is something a bit different.
I want to use a wild card to search for any text no matter where it is. For instance...lets say I have a description field and I have this description...
"Brake shoes heavy duty". Now the above will only work if I type in "Bra" or something similiar. But what I want is to type in lets say "heavy"... something in the middle of the description. How can I change my criteria statement to search for a string in the middle instead of the first word.
any help...or suggestions is greatly appreciated.
Testkitt2