How to make a query that excludes certain data in access

L

Luke P

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?
 
D

Daniel

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
 
Top