BrOkEn_iCe
Registered User.
- Local time
- Yesterday, 21:19
- Joined
- May 20, 2008
- Messages
- 18
hi all i want to know how to turning column in table to row
as example i need to turn this
date f1 f2
jan 100 200
feb 300 400
to
name jan feb
f1 100 300
f2 200 400
is there any easy way to do that
the only thing i know that i creat new table and insert the data on it but i want to do that i query that i don't need to run vba code every time i want to see data
is there any thing that i can do
as example i need to turn this
date f1 f2
jan 100 200
feb 300 400
to
name jan feb
f1 100 300
f2 200 400
is there any easy way to do that
the only thing i know that i creat new table and insert the data on it but i want to do that i query that i don't need to run vba code every time i want to see data
is there any thing that i can do