Peter Bellamy
Registered User.
- Local time
- Today, 20:41
- Joined
- Dec 3, 2005
- Messages
- 295
I am using a simple query for a report
The query produces a value for each line by multiplying a quantity by a cost. Total Value: [cost] * [quantity]
I want to also obtain the sum of these Total Value(s) between set figures to use in the report. For example:
Sum of Total Values between 0 and 10.00
Sum of Total values greater than 10.00 and less than 100.00
Sum of Total Values greater than 100.0 and less than 1000.00
etc.
I have tied a few expressions in the query but I don't think I am using the correct syntax.
Any suggestions?
Cheers
Peter
The query produces a value for each line by multiplying a quantity by a cost. Total Value: [cost] * [quantity]
I want to also obtain the sum of these Total Value(s) between set figures to use in the report. For example:
Sum of Total Values between 0 and 10.00
Sum of Total values greater than 10.00 and less than 100.00
Sum of Total Values greater than 100.0 and less than 1000.00
etc.
I have tied a few expressions in the query but I don't think I am using the correct syntax.
Any suggestions?
Cheers
Peter