Concatenate query results

  • Thread starter Thread starter Del
  • Start date Start date
D

Del

I have a parameter based query that returns a single column of names.

Example:

John Smith
Goerge Johnson
Mary Jones
.....
....
....
....
etc.

What I want to do is concatenate these names into a single string;

John Smith, George Johnson, Mary Jones, ..., ..., ..., ..., ect

Thank you!
Regards,
Del
N8OFP
 
Back
Top