Using Like Parameter in QBE

Darrell Wootton

Registered User.
Local time
Today, 08:11
Joined
Feb 22, 2002
Messages
14
Hi,

Is there a way when using LIKE to specify a field from the same query?

ie:

Like "*Wells*" returns records including the terms Wells.

I have tried using a fieldname:

LIKE "[FieldName]"
LIKE "*[FieldName]*"

But I can't get it to work.

Thanks

Darrell....
 
:o I forgot, you can write in criteria

Like "*" & [Forms]![Form1]![Text0] & "*"
 

Users who are viewing this thread

Back
Top Bottom