buzzboychicago
Programmer
- Sep 20, 2004
- 34
Okay...
I need to take a normalized table
ID Item
23 Apples
23 Oranges
23 Bananas
24 Grapes
24 Kiwi
and convert it to
ID Order
23 Apples, Oranges, Bananas
24 Grapes, Kiwi
The "Order" Field being an array with 1 or more items.
Does anyone have any idea of structure or rough thought pattern as to how I would go about this. Someone just said to use a recordset but I am very new at recordsets?
Am I creating a loop? Do I gather the info with a SQL statement?
ANy help is greatly appreciated.
Thanks
I need to take a normalized table
ID Item
23 Apples
23 Oranges
23 Bananas
24 Grapes
24 Kiwi
and convert it to
ID Order
23 Apples, Oranges, Bananas
24 Grapes, Kiwi
The "Order" Field being an array with 1 or more items.
Does anyone have any idea of structure or rough thought pattern as to how I would go about this. Someone just said to use a recordset but I am very new at recordsets?
Am I creating a loop? Do I gather the info with a SQL statement?
ANy help is greatly appreciated.
Thanks