Access9001
03-03-2010, 09:47 AM
In a given store there are Managers and Overseers.
Not all stores have Managers, but I want to select all Overseers associated with a store only if there are no Managers.
The store name is "Store," person's name is "Person," their title is "Title," which can be anything, including Overseer or Manager.
I tried basically saying select store, name, title where the count of "Managers" in a given store is 0. How do I do this?
Not all stores have Managers, but I want to select all Overseers associated with a store only if there are no Managers.
The store name is "Store," person's name is "Person," their title is "Title," which can be anything, including Overseer or Manager.
I tried basically saying select store, name, title where the count of "Managers" in a given store is 0. How do I do this?