How to use like * with criteria table

sarab99

Registered User.
Local time
Tomorrow, 00:46
Joined
Mar 23, 2009
Messages
10
Hi

I am using a table that stored all criteria I need.

I have a query that show result from criteria table.

Iam using "In (SELECT [Field] FROM MyTable)"

But the result shows only exact match.

I want to view result using like "*" to view all result that contain a single word

for example to view all result contain "Hotmail"

Any one can help.

Thanks
 

Users who are viewing this thread

Back
Top Bottom