C
Craig
I have a database of names that each name can belong to one or more
categories.
I have 3 tables - Names, Category, Type.
Names - Client ID, Name, Address
Category - Category ID, Client ID, Type
Type - List of Categories - A, B, C, D, E
I have a form for each name which includes a subform to select one or many
categories for each record.
1. How do I perform a query to show all records belonging to BOTH category
A and C only.
2. How can I perform a query to show all records belonging to more than one
category.
Thanks
Craig
categories.
I have 3 tables - Names, Category, Type.
Names - Client ID, Name, Address
Category - Category ID, Client ID, Type
Type - List of Categories - A, B, C, D, E
I have a form for each name which includes a subform to select one or many
categories for each record.
1. How do I perform a query to show all records belonging to BOTH category
A and C only.
2. How can I perform a query to show all records belonging to more than one
category.
Thanks
Craig