"Unlike"

B

Bob Barnes

If I want to exclude entries like "ret*"...doing <> Like "ret*" doesn't work.

What would I use?

TIA - Bob
 
T

Tom van Stiphout

On Tue, 6 Nov 2007 20:04:00 -0800, Bob Barnes

Have you tried:
Not Like "ret*"

-Tom.
 
B

Bob Barnes

Tom - I woke up this AM realizing that. I'm too used to "<>".

THANK you - Bob
 
Top