Multiple values exclusion in a Query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to exclude the following 3 values from the query result, using
the criteria with a NOT.

#, 29 and 60

I have been successful with the use of:
Not >28 (which excludes 29 and 60) but how do I get # to be also excluded.

Thanks for your input.
MSA
 
Back
Top