Question : Creating a comma separated list as a Function to be used in a Totals/Group By query

I would like a function that I can use in a Totals/Group By query in Access where this:

Truck   SONum
WC     234567
WC     233555
EC      236666
EC      235777


becomes this when grouping by Truck:
Truck      SONumCSV
WC         234567, 233555
EC          236666, 235777


I found this, but I'd rather have a function that I can just use in the aggregate within a Totals/Group By query.
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23534323.html

Can someone help?

BTW, Happy New Year!

Answer : Creating a comma separated list as a Function to be used in a Totals/Group By query

Random Solutions  
 
programming4us programming4us