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