Hey all,
Query that's returning 62 rows. That's OK, I need them all. But those results are broken down in to sub catagories. I need one, and only one, instance of each sub category, but I'm getting multiples.
item: Subcat:
1 a
2 a
3 b
4 c
5 c
6... c....
So I get 2a's, 1b, 3c's etc.... How can I get the a return of only one of each, with no duplicates? Or eliminate the duplicates? I only need to know /what/ sub-cats are used, not how many of them.
Thanks in a advance,
Benjamin