Say I have the an Access table called tblFruitsColours with two columns/fields: Fruit and Colour
I want to run an SQL that will create the following results (get the colours of the same fruit and list them in a cell separated by commas.
Any idea how to write the SQL? Thanks in advance.