In my database one person with unique code may have multiple rows with same
variables. Consider history of smoking; person with code=40 has three rows,
each row includes id , start age of smoking, end age of smoking and type of
cigarett. As this subject, used two different type f cigarrett , 2 rows
assigned to him. I want to have all of these rows in one row with one id and
multiple columns of variable .
Duane Hookom - 09 May 2005 02:30 GMT
A few sample records and desired output would have made this question
clearer. I think the generic concatenate function at
http://www.rogersaccesslibrary.com/OtherLibraries.asp#Hookom,Duane will work
for you.

Signature
Duane Hookom
MS Access MVP
> In my database one person with unique code may have multiple rows with
> same
[quoted text clipped - 6 lines]
> and
> multiple columns of variable .