A
Alana
My database includes companies, products, and agreements. I need a query to
give me a list of all agreements whose type is "exclusive", so I set the
field criteria on my query so that "Type" = Exclusive. This works fine, and
I get a list of all my products that are under exclusive agreements. What I
need now is a list of all the agreements these products are under, exclusive
or otherwise. Here's a super-simplified example:
Products: soda, candy, chips
Soda is under an exclusive agreement, and is also under 3 non-exclusive
agreements (so all 4 of its agreements show up on my list)
Candy is only under non-exclusive agreements, so it won't show up on my list
at all
Chips is under an exclusive agreement, so this agreement shows up on my list
Any tips?
Thanks!
-Alana
give me a list of all agreements whose type is "exclusive", so I set the
field criteria on my query so that "Type" = Exclusive. This works fine, and
I get a list of all my products that are under exclusive agreements. What I
need now is a list of all the agreements these products are under, exclusive
or otherwise. Here's a super-simplified example:
Products: soda, candy, chips
Soda is under an exclusive agreement, and is also under 3 non-exclusive
agreements (so all 4 of its agreements show up on my list)
Candy is only under non-exclusive agreements, so it won't show up on my list
at all
Chips is under an exclusive agreement, so this agreement shows up on my list
Any tips?
Thanks!
-Alana