HI, I have a select query that is pulling data from a table containing name and address info.
I need to specify criteria to pull records where the country field is NOT one of the following:
null
USA
Mexico
Canada
I have tried:
is not null or "USA" or "Mexico" or "Canada"
but that does not work.
Any help much appreciated!
Thanks!
I need to specify criteria to pull records where the country field is NOT one of the following:
null
USA
Mexico
Canada
I have tried:
is not null or "USA" or "Mexico" or "Canada"
but that does not work.
Any help much appreciated!
Thanks!