GigglyGirl
Programmer
Hi,
I am trying to figure out how to convert records or rows to fields.
For example if I have a table with certain records
field1
------
A
B
C
D
and I want them to be my fields in a new table, that would look something like this
A B C D
How can I do that in VBA by creating a module?
Thank you
I am trying to figure out how to convert records or rows to fields.
For example if I have a table with certain records
field1
------
A
B
C
D
and I want them to be my fields in a new table, that would look something like this
A B C D
How can I do that in VBA by creating a module?
Thank you