projecttoday
Programmer
Is it possible to pivot a multi-column table? All the TRANSFORM examples I find just use 1 column. So, for example, you have
tblPersons
personid/height in inches/weight in lbs/age in yrs
1/72/185/32
2/64/129/43
3/69/167/37
I need a query that will do
...........person
...........1/2/3
height 72/64/69
weight 185/129/167
age 32/43/37
Anybody know to make an Access query how to do this simple flip?
tblPersons
personid/height in inches/weight in lbs/age in yrs
1/72/185/32
2/64/129/43
3/69/167/37
I need a query that will do
...........person
...........1/2/3
height 72/64/69
weight 185/129/167
age 32/43/37
Anybody know to make an Access query how to do this simple flip?