M
Miaplacidus
I'm trying to write a query that lists all employees
except Glenn in Accounting, so I have a query that lists
all the employees and their department, then in criteria
under name I have <>"Glenn" and under Department I have
<> "Accounting".
This produces a table listing everybody outside of
accounting. Shouldn't this exclude only Glenn from
Accounting?
except Glenn in Accounting, so I have a query that lists
all the employees and their department, then in criteria
under name I have <>"Glenn" and under Department I have
<> "Accounting".
This produces a table listing everybody outside of
accounting. Shouldn't this exclude only Glenn from
Accounting?