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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Selecting multiple values from a field

Status
Not open for further replies.

campsb

Technical User
Sep 27, 2002
4
US
How do I select multilple values from a field that holds multiple values? For example I have a field that has A,B,C,D and what I want is all records that have B, C or D.

 
Or

If Not('A' in {MyTable.MyField})
Then {MyField}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top