D
Dan
I am creating a query off of a single table. One column/field in the database
contains a vendor code that consists of a five-character name. I want the
query to bring back all records for all vendors, except for 6 distinct
vendors.
Let's assume these vendors are "ABCDE", "ZYXWV" and so forth.
When setting up my query, I am typing the following into the criteria boxes:
Not "ABCDE"
Not "ZYXWV"
and so forth.
The query that returns includes records with the vendor codes I have tried
to omit.
This also occurs when I use the following in a single criteria box:
<>"ABCDE" Or <>"ZYXWV" and so forth.
Any ideas what might be going wrong here? Many thanks in advance.
contains a vendor code that consists of a five-character name. I want the
query to bring back all records for all vendors, except for 6 distinct
vendors.
Let's assume these vendors are "ABCDE", "ZYXWV" and so forth.
When setting up my query, I am typing the following into the criteria boxes:
Not "ABCDE"
Not "ZYXWV"
and so forth.
The query that returns includes records with the vendor codes I have tried
to omit.
This also occurs when I use the following in a single criteria box:
<>"ABCDE" Or <>"ZYXWV" and so forth.
Any ideas what might be going wrong here? Many thanks in advance.