Good morning, I need some help laying some crosstab query data into a useable format. The data below is what I'm working with:
Month Area Hrs
Apr Prod 81.77
Aug Prod 2168.37
Aug Supv 397.61
Aug Unsc 506.95
Feb Prod 150.12
Feb Unsc 1.83
Jan Prod 223.90
Jan Supv 12.06
Jan Unsc 173.92
What I would like to obtain is:
Month Prod Supv UnSc Total
Jan 223.9 12.06 173.92 409.88
Feb 150.12 1.83 151.95
Does anyone have an idea what I can do, thanks for any suggestions.
Thanks for the help.
Greg
Month Area Hrs
Apr Prod 81.77
Aug Prod 2168.37
Aug Supv 397.61
Aug Unsc 506.95
Feb Prod 150.12
Feb Unsc 1.83
Jan Prod 223.90
Jan Supv 12.06
Jan Unsc 173.92
What I would like to obtain is:
Month Prod Supv UnSc Total
Jan 223.9 12.06 173.92 409.88
Feb 150.12 1.83 151.95
Does anyone have an idea what I can do, thanks for any suggestions.
Thanks for the help.
Greg