I have to return a recordset combining a many to one relationship so I fill one field with a list of the values in the many side of the equation.
So I want to bring back something like this
'Football',1997,'punt,pass,kick'
'Basketball',2001,'15,22,18,51,55'
Looping through with a...