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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Concatenate from multiple rows

Status
Not open for further replies.

ciarra41

Technical User
Joined
Sep 11, 2006
Messages
116
Location
US
Hello;
I have a table like this

Field1, Field2
Bar slice
Bar candy
Bar milk
Tom blue
Tom candy
Tom slice
I’m trying to concatenate them into one filed1 separate by commas for Field2

Filed1, Filed2
Bar slice, candy, mild
Tom blue, candy, slice
 
Check out this FAQ

Let them hate - so long as they fear... Lucius Accius
 
I keep getting "user-define type not defied" error. What are your suggestions?
 
What did you try? Did you copy or import the module into your MDB? Does your code compile?

What is the expression you used in your query? What are the data types of the "join" field?

Duane MS Access MVP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top