Hi All,
I have an issue. I hope you people can help me in fixing this issue.
I have a table with the name GuestDetails with the Columns BookingID, GuestName, DOB
I shoule be able to combine GuestName,DOB, with respect to column and row. Can any one help me with this regard.
I mean to say, if the data is displayed in this format in the table
BookingId GuestName DOB
1 Arun 14/05
1 Sandhya 12/06
2 Akhil 18/09
3 Sirisha 15/85
3 Sandeep 14/85
I should get the data like this.
Arun,14/05|Sandhya,12/06|
Akhil,18/09|
Sandeep,14/85|Sirisha 15/85|
Cany any one let me know "How to achieve this", I will be very greatful to you, if you people can help me with this regard.
Thanks and Regards,
G.V.N.Sandeep