Create a text string from multiple records in the same field.

M

Michael

I have generated a select query that returns one field, the inventory number
of items sold between 2 dates. This obviously creates multiple "records"
that I could use to create a report and output a list. What I need to do is
take these results and output them in 1 text string. For example: If the
results are "A1" and "B1" and "C1" and "D1". I need to be able to create a
text string that reads "A1, B1, C1, D1"

Is there a way to do this?
 

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