J
Janelle
I have a table with a list of brands.
I have another table with a list of categories.
I have a third table which creates a many-to-many
relationship between the two.
Now, I know how to make a query that will show all the
categories associated with Brand 1. But how do I get a
list of all the categories that are NOT associated with
Brand 1?
Everything I've tried so far gets fouled up by matches
with other brands.
I have another table with a list of categories.
I have a third table which creates a many-to-many
relationship between the two.
Now, I know how to make a query that will show all the
categories associated with Brand 1. But how do I get a
list of all the categories that are NOT associated with
Brand 1?
Everything I've tried so far gets fouled up by matches
with other brands.