Hopefully the subject/summary makes sense of what I’m trying to do.
In Table ‘category’ I have a 6 column table. The first column is a category name and the 2nd - 6th columns are spaces for products related to that category (although not all 6 columns are always full).
In Table ‘products’ I have a list of every product with some defining features.
What I want to do is pull all of the products from Table ‘products’ that are in a particular row in Table ‘category’ that matches a category I specify. I’m beating myself over it because it seems easy to join the tables but I’m getting mixed up on combining columns and rows.
Thanks!