Hopefully I use the right terminology here...
Anyhow, I have a database with multiple many to many relationships.
At the moment, i'm working with a Product. Each version has multiple categories of add-ons. For example.
Item A can have
There are join tables for each Accessory/Category/etc.
I have a query that, due to all it's options, shows up like 17 times. That's fine. I understand how to deal with that on a form so it shows just 'Item1' for example.
After all that, the actual question is, I can't seem to figure out how to return item numbers that have, for example, CategoryB1 AND CategoryB3. I'm not sure if it's not knowing proper terminology, but i can't seem to figure out how it's supposed to be handle.
Most lilkely complicating the matter is that eventually I need to be ble to find products that have Accessory1, CategoryB1 AND CategoryB3, and Category1 AND Category17. I've seen plenty of options where query's get limited to just 2-3 columns, but that doesn't work here. Somethings they'll want to search 1-2 columns, sometimes they want to search 5-6 and search for multiple items.
Hopefully that makes some sense. Just an idea of how to handle it or what to look up would be helpful.
Thanks!
Anyhow, I have a database with multiple many to many relationships.
At the moment, i'm working with a Product. Each version has multiple categories of add-ons. For example.
Item A can have
Accessory1
Accessory2
Category1
Category3
Category17
CategoryB1
CateforyB3
Etc, etc. Accessory2
Category1
Category3
Category17
CategoryB1
CateforyB3
There are join tables for each Accessory/Category/etc.
I have a query that, due to all it's options, shows up like 17 times. That's fine. I understand how to deal with that on a form so it shows just 'Item1' for example.
After all that, the actual question is, I can't seem to figure out how to return item numbers that have, for example, CategoryB1 AND CategoryB3. I'm not sure if it's not knowing proper terminology, but i can't seem to figure out how it's supposed to be handle.
Most lilkely complicating the matter is that eventually I need to be ble to find products that have Accessory1, CategoryB1 AND CategoryB3, and Category1 AND Category17. I've seen plenty of options where query's get limited to just 2-3 columns, but that doesn't work here. Somethings they'll want to search 1-2 columns, sometimes they want to search 5-6 and search for multiple items.
Hopefully that makes some sense. Just an idea of how to handle it or what to look up would be helpful.
Thanks!