Whitemtntn
IS-IT--Management
MS Access Query- wrote an expression with Build.
It's a simple Sum of other fields in the query. The other fields also get calculated in the query, they are not "static" numbers. It works fine.
But.. in the performed Query we want to omit/suppress all results of zero from the expression.
Tried a few things, including using <> 0 in the criteria for the expression. When I do this, this prompts me to manually enter values for all the fields I used in the expression. Not sure why it does this, but this is incorrect, it should draw the numbers from the other part of the Query.
Any thoughts on how to do this, to suppress zero results?
Thanks,
Jack
It's a simple Sum of other fields in the query. The other fields also get calculated in the query, they are not "static" numbers. It works fine.
But.. in the performed Query we want to omit/suppress all results of zero from the expression.
Tried a few things, including using <> 0 in the criteria for the expression. When I do this, this prompts me to manually enter values for all the fields I used in the expression. Not sure why it does this, but this is incorrect, it should draw the numbers from the other part of the Query.
Any thoughts on how to do this, to suppress zero results?
Thanks,
Jack