for example i have a query with...
field1 field2 field3
a------b-----c
my goal is to create a new table with that gets the values of field1,2,&3 and display as a row in a newly created column
newcolumn
a
b
c
thanks in advance.
field1 field2 field3
a------b-----c
my goal is to create a new table with that gets the values of field1,2,&3 and display as a row in a newly created column
newcolumn
a
b
c
thanks in advance.
Last edited: