DeleteZx4Iwanttodelete
Registered User.
- Local time
- Today, 13:39
- Joined
- Jun 5, 2009
- Messages
- 14
Hello...
This is bugging me to death...
I need to make a query that combines data that is Un-similar...
Heres what I have
Table1:
OrgID: OrgRef:
1001 12345
1001 6789
1001 7412
1002 6581
1002 9982
I need a query to return results like this
OrgID: OrgRef:
1001 12345, 6789, 7412
1002 6581, 9982
I need this to also be dynamic as I do not know how many combos there willl be at any time..
Ive tried many different codes ive seen, but they do not seem to work...
I TRULY appreciate your help!!!!
This is bugging me to death...
I need to make a query that combines data that is Un-similar...
Heres what I have
Table1:
OrgID: OrgRef:
1001 12345
1001 6789
1001 7412
1002 6581
1002 9982
I need a query to return results like this
OrgID: OrgRef:
1001 12345, 6789, 7412
1002 6581, 9982
I need this to also be dynamic as I do not know how many combos there willl be at any time..
Ive tried many different codes ive seen, but they do not seem to work...
I TRULY appreciate your help!!!!