Hi,
I got a table which looks like this
ProjID Surname
------------------------------------------
1 Name 1
1 Name 2
2 Name 1
3 Name 3
------------------------------------------
I want an output like
1 Name 1, Name 2
2 Name 1, Name 3
Any easy way to do this ? Thanks in advance
Cheers!
ÙÇãá
It's important to learn the rules so that you know how to break them.
I got a table which looks like this
ProjID Surname
------------------------------------------
1 Name 1
1 Name 2
2 Name 1
3 Name 3
------------------------------------------
I want an output like
1 Name 1, Name 2
2 Name 1, Name 3
Any easy way to do this ? Thanks in advance
Cheers!
ÙÇãá
It's important to learn the rules so that you know how to break them.