Hi guys,
I have a table that looks like this:
and I want a recordset that looks like this:
Can you please give me some ideas of how I could achieve this?
Thanks.
I have a table that looks like this:
Code:
fld1 fld2
111 apple
111 banana
111 grapes
222 melon
333 grapes
333 orange
.
.
.
and I want a recordset that looks like this:
Code:
111 apple, banana, grapes
222 melon
333 grapes, orange
.
.
.
Can you please give me some ideas of how I could achieve this?
Thanks.