A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Running & Setting Up Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

"Not" Query



 
 
Thread Tools Display Modes
  #1  
Old May 5th, 2009, 01:37 PM posted to microsoft.public.access.queries
ThomP
external usenet poster
 
Posts: 19
Default "Not" Query

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
--
thomp
  #2  
Old May 5th, 2009, 01:53 PM posted to microsoft.public.access.queries
bhicks11 via AccessMonster.com
external usenet poster
 
Posts: 529
Default "Not" Query

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

ThomP wrote:
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


--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...eries/200905/1

  #3  
Old May 5th, 2009, 02:04 PM posted to microsoft.public.access.queries
ThomP
external usenet poster
 
Posts: 19
Default "Not" Query

Thank you so much, worked.
--
thomp


"bhicks11 via AccessMonster.com" wrote:

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

ThomP wrote:
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


--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...eries/200905/1


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:40 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.