This query I'm trying to construct seems simple, but I can't get it to work. Can someone please help?!?!?!
I have two tables...
My "products_to_traits" table has the following data:
product_num trait_num
1 1
1 12
1 23
1 30
2 1
2 30
2 43
My "products" table has the following data:
product_num product_name
1 Widget
2 Thingamabob
How would I create a query that would show only the products that have the trait_num's 30 & 12 ("widget")?
Thanks in advance!!!
Jeff
I have two tables...
My "products_to_traits" table has the following data:
product_num trait_num
1 1
1 12
1 23
1 30
2 1
2 30
2 43
My "products" table has the following data:
product_num product_name
1 Widget
2 Thingamabob
How would I create a query that would show only the products that have the trait_num's 30 & 12 ("widget")?
Thanks in advance!!!
Jeff