Hi,
I have a query currently with one word search criteria. So the user can enter a word and the query will bring out everything equal or similar to the word entered by the user. I am using Like "*" & [Forms]![Search]![Text1] & "*". So far so good
I was asked if I can allow the User to run the query by allowing to enter multiple words and the query comes up with all that applies. Example the User want to find all records that contains something LIKE "663", "PLC" and "Hot". So the query should give me all records that has 66345, or 663789 or 663 or PLCD, or Hotline, etc
How can I get to do that
Thanks
Ramez
I have a query currently with one word search criteria. So the user can enter a word and the query will bring out everything equal or similar to the word entered by the user. I am using Like "*" & [Forms]![Search]![Text1] & "*". So far so good
I was asked if I can allow the User to run the query by allowing to enter multiple words and the query comes up with all that applies. Example the User want to find all records that contains something LIKE "663", "PLC" and "Hot". So the query should give me all records that has 66345, or 663789 or 663 or PLCD, or Hotline, etc
How can I get to do that
Thanks
Ramez