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

  • Thread starter Thread starter Michael
  • Start date Start date
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?
 
Back
Top