D
Dan
Hi - I have a query question that I hope someone would have some insight on.
I have the three tables shown below with the following fields:
tblContacts: NameID, Name
tblContactsCategories: NameID, CategoryID
tblCategories: CategoryID, Category
It's a simple many-to-many relationship between contact names and categories
I can group them in. Is there a way to make a query staement that basically
will list out contacts that don't belong to any categories (i.e. contacts
from tblContacts that are not in tblContactsCategories)?
Thanks so much for any ideas -
Dan
I have the three tables shown below with the following fields:
tblContacts: NameID, Name
tblContactsCategories: NameID, CategoryID
tblCategories: CategoryID, Category
It's a simple many-to-many relationship between contact names and categories
I can group them in. Is there a way to make a query staement that basically
will list out contacts that don't belong to any categories (i.e. contacts
from tblContacts that are not in tblContactsCategories)?
Thanks so much for any ideas -
Dan