"Not" Query

T

ThomP

Ok, having a case of "vapor lock" here.

I have a query tracking sites on the body, (ie, brain, arm, ear, etc) How
can I make a query to track those which are not equal to brain, arm,ear, etc?

Thanks
 
B

bhicks11 via AccessMonster.com

The like() function should do it.

So you would use the criteria in your query to show everything that is not
like().

not like(*brain*) or not like(*arm*) or not like(*ear*)

Bonnie
http://www.dataplus-svc.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top