M
M S
SCOREID SKILL1 SKILL2 SKILL3
1 100 60 100
2 60 60 100
3 100 100 60
I have the table above. I think I set it up wrong, and it should be
something like this:
SCOREID SKILLID SCORE
1 1 100
1 2 60
1 3 100
2 1 60
2 2 60
My issue is that I have designed so many input screens around how it is
setup now, that I really can't go back and start from scratch.
Is there a query that I can do or run take will extract all the field names
and get them as values, so I can more easily report on the table? i.e., I
need a crosstab with each SKILL down the left and the average as the value.
See what I am saying? Thanks for your help!
-Mike
1 100 60 100
2 60 60 100
3 100 100 60
I have the table above. I think I set it up wrong, and it should be
something like this:
SCOREID SKILLID SCORE
1 1 100
1 2 60
1 3 100
2 1 60
2 2 60
My issue is that I have designed so many input screens around how it is
setup now, that I really can't go back and start from scratch.
Is there a query that I can do or run take will extract all the field names
and get them as values, so I can more easily report on the table? i.e., I
need a crosstab with each SKILL down the left and the average as the value.
See what I am saying? Thanks for your help!
-Mike