T
Tim 9000
I'm using a crosstab query, which requires me to GroupBy Row and Column
headings.
For the Row headings, I want the field 'Name', which unfortunately contain
duplicate values.
So I must GroupBy NameID instead. This gives me the proper grouping, except
I lose the literal 'Name's, and I want them back.
What approaches can I do to GroupBy NameID, but view the Name instead, being
that I can only have one Row and one Column per crosstab query?
Thanks.
headings.
For the Row headings, I want the field 'Name', which unfortunately contain
duplicate values.
So I must GroupBy NameID instead. This gives me the proper grouping, except
I lose the literal 'Name's, and I want them back.
What approaches can I do to GroupBy NameID, but view the Name instead, being
that I can only have one Row and one Column per crosstab query?
Thanks.