Transpose Data

M

mgiardina05

How do i transpose a list of data in a table, so that the list of data shows
in one text box horizontal with a semicolon between each record. For example

abc
xyz
123

abc;xyz;123

Do i need to build a query for this?
 
Top