F
Frank Dubuc
Hi,
I have this structure:
Fields: A B C
Record
1 0 1 0
2 2 3 0
3 0 0 0
4 1 0 0
5 0 0 1
6 0 0 0
7 4 1 2
I want a query that sums seperatly the 3 fileds: Sum of A:
7, Sum of B: 5, Sum of C: 3. (I know how to do that). The
other thing that the query must do to satisfy my report is
count how many records with at least one fileds with a
value higher than zero: in this case 5 records because we
don't count record 3 and 6.
How can I get the count and the 3 sums on the same query to
produce my report?
I have this structure:
Fields: A B C
Record
1 0 1 0
2 2 3 0
3 0 0 0
4 1 0 0
5 0 0 1
6 0 0 0
7 4 1 2
I want a query that sums seperatly the 3 fileds: Sum of A:
7, Sum of B: 5, Sum of C: 3. (I know how to do that). The
other thing that the query must do to satisfy my report is
count how many records with at least one fileds with a
value higher than zero: in this case 5 records because we
don't count record 3 and 6.
How can I get the count and the 3 sums on the same query to
produce my report?