Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Selecting records using 'In Array' 1

Status
Not open for further replies.

senglish

Programmer
Nov 4, 2002
19
AU
I'm using the "in Array" command to select records with specific values in a field eg {locn} in ["A", "B", "F", "K"] . What is the command where I want to exclude rather than include certain values.
Thanks
Stephen
 
Try using not:

not ({locn} in ["A", "B", "F", "K"])

~Brian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top