How to make a query that excludes certain data in access

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

Guest

I have a database that includes addresses. If i want to post to everyone
except say those in scotland how could I exclude the scotland addresses from
the query?
 
you're going to have to build a criteria for the country. When you build
your query, in the country column you will need to add a criteria such as '<>
"scotland"'

Daniel
 
Back
Top