S
sps2
Beginer Guy again
I have a text box on my form and on my report with this in it;
=Sum(nz([KeysReceived])-nz([KeysShrinkage])-nz([KeysIssued])
+nz([KeysReturned]))
Works great, but because it's not a field in any table I can't figure
out how to do a where clause on the results of this formula in my
report.
The results of this formula give me the total number of keys on hand.
I want my report to show me only the results that are below 2
When I put the textbox in the query builder it shows it as Expr1:
[keysonhand] and when I run the report it ask for the parameter
value. I was tying to use the where criteria to only show >=1, but it
isn't working.
Thanks for any help.
I have a text box on my form and on my report with this in it;
=Sum(nz([KeysReceived])-nz([KeysShrinkage])-nz([KeysIssued])
+nz([KeysReturned]))
Works great, but because it's not a field in any table I can't figure
out how to do a where clause on the results of this formula in my
report.
The results of this formula give me the total number of keys on hand.
I want my report to show me only the results that are below 2
When I put the textbox in the query builder it shows it as Expr1:
[keysonhand] and when I run the report it ask for the parameter
value. I was tying to use the where criteria to only show >=1, but it
isn't working.
Thanks for any help.