Crosstab or Union question
Hello all,
I want to retrive data from tblClient. I have fields trustid and Client name.
trustid ClientName
-------- ------------------
1 John
1 June
2 Dave
I want above result to look like..
trustid ClientName
--------- --------------------
1 John , June
2 Dave
Is this possible?
Thanks for your help.
|