Transpose all records of a table into one field

J

jean

Hi

I Have a table containing 2 fields "IDName" and "CustomerName"
The table contains 5 records and it is like this

1 Paul
2 Mike
3 John
4 Peter
5 Bob

and I want to obtain into one field

"Paul, Mike, John, Peter, Bob"

Is it possible to do that ?

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top