Hi,
I can't see the light anymore !
I have 2 tables :
DEAL Table
Deal_ID
User_ID
eg. Deal 1
User 1
USER Table
User_ID
Name
eg User 1
David
A deal can have more than 1 users under it .
I want to be able to show a concatenated list of all users for every deal.
eg.
Deal 1 John
Deal 1 Robert
Deal 1 David
Deal 2 Katie
Deal 2 David
Deal 3 John
I must show:
Deal 1 John/Robert/David
Deal 2 Katie/David
Deal 3 John
Would be grateful for any help .
Thanks,
Gina.

I can't see the light anymore !
I have 2 tables :
DEAL Table
Deal_ID
User_ID
eg. Deal 1
User 1
USER Table
User_ID
Name
eg User 1
David
A deal can have more than 1 users under it .
I want to be able to show a concatenated list of all users for every deal.
eg.
Deal 1 John
Deal 1 Robert
Deal 1 David
Deal 2 Katie
Deal 2 David
Deal 3 John
I must show:
Deal 1 John/Robert/David
Deal 2 Katie/David
Deal 3 John
Would be grateful for any help .
Thanks,
Gina.

Last edited: