I'm a bit stumped and hope someone can help. I have this table:
CAT STY COL SIZ
---------------
NEW F21 RED SML
NEW F21 RED LRG
NEW F21 BLK SML
NEW F21 BLK LRG
NEW F44 RED SML
NEW F44 RED LRG
NEW F44 GRN SML
On a previous page the CAT has already been picked...what I want to show on a page (assuming CAT=NEW):
CAT=NEW, STY=F21, COL=RED, BLK
CAT=NEW, STY=F44, COL=RED, GRN
Size does not need to display on this page but lines are differentiated by their size, as shown in the table example.
So basically given the cat, for each distinct style I want to show all available colors.
how do I construct a query that does this?
Thanks for any help you can offer!
Chris