ms-access, group by with concatenation

T

touf

Hi,
I've the folowing table
Country City
===== ====
Canada Montreal
Canada Toronto
Canada Ottawa
USA Newyork
USA Chicago

I like to get the folowing result:
Country Cities
===== =====
Canada Montreal, Toronto, Ottawa
USA Newyork, Chicago

Is this possible with a query??
thanks
 
Top