G
Guest
I have 10 fields, for example lets just say they are called field 1, 2, 3 etc.
In each field is a number from 1 to 5, and there are many records.
I need a query that for each field, gets the sum of its contents. Then I
need to display these results in ascending order, like this;
NAME Total
field_5 20
field_10 23
field_1 31
etc.
Is this possible? And how can I do it? I've tried to use all of my (limited)
query knowledge, and searched for answers, but I can't find out a way to do
this
Any help greatly appreciated
In each field is a number from 1 to 5, and there are many records.
I need a query that for each field, gets the sum of its contents. Then I
need to display these results in ascending order, like this;
NAME Total
field_5 20
field_10 23
field_1 31
etc.
Is this possible? And how can I do it? I've tried to use all of my (limited)
query knowledge, and searched for answers, but I can't find out a way to do
this

Any help greatly appreciated