Hi guys... i want to do sum query by selection, i have these datas on singel table:
A1 = 50
A2 = 10
A3 = 30
B1 = 20
B2 = 30
C1 = 20
C2 = 20
and i would like to create a query that sum just "A","B",&"C" so the on the datasheet would be :
Sum of A = 90 ; Sum of B = 50 ; Sum C = 40
is there anyway i can do that? is there any suggestion?
Thx...
A1 = 50
A2 = 10
A3 = 30
B1 = 20
B2 = 30
C1 = 20
C2 = 20
and i would like to create a query that sum just "A","B",&"C" so the on the datasheet would be :
Sum of A = 90 ; Sum of B = 50 ; Sum C = 40
is there anyway i can do that? is there any suggestion?
Thx...