M
Mark
Hi,
I am creating a contacts DB. Each contact falls within a
set list of categories (eg, Press, Supplier, Employee
etc.). A contact may fall within one or more categories.
I have created a table for Contacts with ContactID(pk),
name, address etc. and a table for Category with
CategoryID(pk), categoryName, description etc.
I have linked these with a join table to create a many to
many relationship.
How do I create a form where I can select one or more
categories for each contact (by category name)?
Also how do I create a query that will pull out all of
the contacts within one of the categories?
Cheers,
Mark (newbie)
I am creating a contacts DB. Each contact falls within a
set list of categories (eg, Press, Supplier, Employee
etc.). A contact may fall within one or more categories.
I have created a table for Contacts with ContactID(pk),
name, address etc. and a table for Category with
CategoryID(pk), categoryName, description etc.
I have linked these with a join table to create a many to
many relationship.
How do I create a form where I can select one or more
categories for each contact (by category name)?
Also how do I create a query that will pull out all of
the contacts within one of the categories?
Cheers,
Mark (newbie)