mayamanako
Technical User
hi guys, can you please give me an idea how i can convert the table below:
and to have a recordset that's something like this?
thanks for any help.
Code:
name col1 col2 col3
fruits 111 222 333
veg 444 555 666
and to have a recordset that's something like this?
Code:
name col1 col2 col3 vegname vegcol1 col2 col3
fruits 111 222 333 veg 444 555 666
thanks for any help.