How do I bring a filed from multiple records and join them togethe

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

I have a recordset that has a common identifier with comment information on
multiple lines. I want to create a query that diplays the multiple lines in
a single line. I will send this off into another table.

So...

ID Comment
123 Hello
123 Dave


would equal 123 Hello Dave
 
Back
Top