Creating comma delimited values...

M

mcescher

Is there a way in an Access query to select the values from one column
and return a line of comma delimited values?

Example:
ID ExText
1 Dog
4 Cat
9 Mouse
15 Parrot
23 Snake

Returns:
Dog, Cat, Mouse, Parrot, Snake

Sorting isn't important, variable number of records, usually 20 or
less. ID's not sequential.

Thanks so much for your consideration,
Chris M.
 
M

Marshall Barton

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