chrisgreen
Programmer
I have a table with :
ActivityNo, lineNo and comments
ActivityNo and LineNo is the key.
The comment is spead in the table accross the lineNo with the same activityNo. I want to produce a query that has the fields ActivityNo and comments. To do this I need to concatinate all the comments, how do I do this?
ActivityNo, lineNo and comments
ActivityNo and LineNo is the key.
The comment is spead in the table accross the lineNo with the same activityNo. I want to produce a query that has the fields ActivityNo and comments. To do this I need to concatinate all the comments, how do I do this?