Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Concantenate multiple rows into single row 2

Status
Not open for further replies.
Aug 24, 2005
56
US
I have a table that looks like this

User Tcode
AMarlet V1100
AMarlet V2845
AMarlet F110N
BWilliams F110N
BWilliams V1100

Is there any way I can get it to condense the multiple rows into something like this:

User TCode
AMarlet V1100, V2845, F110N
BWilliams F110N, V1100

Any help would be appreciated=)

Thanks,

Kevin
 
There are a couple of FAQs on concatenation in the Access Forums. One of them should suit.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top