M
Mike
Hi, I wonder if someone could help me out with this...
I have query results that look like this right now.
Results:
ID GroupNumber
1 5
1 6
2 5
3 4
I need to create another column combining the GroupNumber
for the ID.
Desired Results:
ID GroupNumber GroupDisplay
1 5 5,6
1 6 5,6
2 5 5
3 4 4
I have query results that look like this right now.
Results:
ID GroupNumber
1 5
1 6
2 5
3 4
I need to create another column combining the GroupNumber
for the ID.
Desired Results:
ID GroupNumber GroupDisplay
1 5 5,6
1 6 5,6
2 5 5
3 4 4