S
Sean
I have written a query that displays the finishing
positions of golfers (in their respective tournaments)
over the last twelve years.
I have placed a sort on GolferName & Date so that my
report looks something like this:
GOLFERNAME DATE POSITION
A 01/01/03 2
A 01/03/03 3
A 01/07/03 5
B 01/03/03 6
B 04/05/03 4
What I would like to see is the following:
GOLFERNAME POSITIONS
A 2,3,5
B 6,4
i.e. A line for each golfer showing finishing positions
from left to right (separated by a comma)for each of his
tournaments.
I would appreciate if someone could show me how to do this.
Thanks
positions of golfers (in their respective tournaments)
over the last twelve years.
I have placed a sort on GolferName & Date so that my
report looks something like this:
GOLFERNAME DATE POSITION
A 01/01/03 2
A 01/03/03 3
A 01/07/03 5
B 01/03/03 6
B 04/05/03 4
What I would like to see is the following:
GOLFERNAME POSITIONS
A 2,3,5
B 6,4
i.e. A line for each golfer showing finishing positions
from left to right (separated by a comma)for each of his
tournaments.
I would appreciate if someone could show me how to do this.
Thanks