cjkenworthy
Programmer
Is there anyway of getting the values of an attribute (across several rows) into one single row?
If I have:
Company Date Surname Notes
------------------------------------------------
IBM 01/04 Smith Here are some notes
IBM 07/09 Smith This person also made some notes
IBM 18/11 Smith Made some books
I want just one row with all the notes in:
Company Surname Notes
-------------------------------------------
IBM Smith 01/04 Here are some notes 07/09 This
person also made some notes 18/11 Made
some books
Any ideas?
Thanks
If I have:
Company Date Surname Notes
------------------------------------------------
IBM 01/04 Smith Here are some notes
IBM 07/09 Smith This person also made some notes
IBM 18/11 Smith Made some books
I want just one row with all the notes in:
Company Surname Notes
-------------------------------------------
IBM Smith 01/04 Here are some notes 07/09 This
person also made some notes 18/11 Made
some books
Any ideas?
Thanks