Can you group horizontally in a report instead of vertical? Right now I have a group header, called Worker, then there are years that they have worked, and I want to list the years they work next to their name instead of below. It is sorted first by WorkerID, then by Year.
Example: Right now my report Generates something like this:
Joe Anderson
2000
2001
2002
Can it be made to go:
Joe Anderson 2000 2001 2002
?
Thanks in advance.
Example: Right now my report Generates something like this:
Joe Anderson
2000
2001
2002
Can it be made to go:
Joe Anderson 2000 2001 2002
?
Thanks in advance.