Re: Multiple fields, same criteria



If you are in the query design grid, just put your criteria under the first
field. Something like...

="Low"

Then, on the next row under the next field, put your criteria. Then on the
next row under the next field, put your criteria. Etc.

Placing the criteria on separate rows creates and "OR" condition. Placing
the criteria on the same row would create a condition where all the criteria
must be true.

--
Rick B



"kvail" <kvail@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:36D83C88-81EE-4DD4-8F05-B010DB2FB109@xxxxxxxxxxxxxxxx
I have a query with 23 fields regarding customer service satisfaction
survey.

11 of the fields are individual question results on the survey.

I need a query that says "IF ANY ONE OF THESE 11 FIELDS CONTAINS a low
rating then add it to the list" or suppress any record in which ALL 11
fields are a high rating. If one of the 11 fields contains a low rating
and
the other 10 have high ratings, then I do what that record.


.



Relevant Pages

  • Re: Deleting items without commas at end
    ... >> automatically deleting duplicate records from a table. ... >> specify criteria for it. ... Add the asterisk to the query design grid, ...
    (microsoft.public.access.queries)
  • Re: Using OR in IIF statement
    ... useful if what you posted is a criteria for some field. ... query design grid and things would be a lot clearer if you ... somefield IN ... calculated field with the above expression and setting its ...
    (microsoft.public.access.queries)
  • Re: Deleting items without commas at end
    ... > automatically deleting duplicate records from a table. ... > mesage --You Can't specify the criteria for the asterisk. ... Add the asterisk to the query design grid, ...
    (microsoft.public.access.queries)
  • Deleting items without commas at end
    ... automatically deleting duplicate records from a table. ... mesage --You Can't specify the criteria for the asterisk. ... In the query design grid, clear the show checkbox for the ...
    (microsoft.public.access.queries)
  • Re: How do I exclude data
    ... If the fields in question are yes/no fields, in query design grid set the ... the criteria for that field, and Null as the criteria for the other two. ...
    (microsoft.public.access.queries)

Loading