S
Sinner
Hi,
I have a table with items & their quantities.
I have a count query
field1 are items.
field2 is quantity.
When i count(i.e.query) I get items & total of quantities against them
in adjacent column.
In count query, how do I put the word "Total:" at the end of item list
& sum(quantityfield) under the quantity field.
Example:
Query should look like below.
field1 field2
a 10
b 12
c 15
Total: 37
Thx.
I have a table with items & their quantities.
I have a count query
field1 are items.
field2 is quantity.
When i count(i.e.query) I get items & total of quantities against them
in adjacent column.
In count query, how do I put the word "Total:" at the end of item list
& sum(quantityfield) under the quantity field.
Example:
Query should look like below.
field1 field2
a 10
b 12
c 15
Total: 37
Thx.