I have a Query with a Parameter field that performs a simple calculation. Something like this:
Code:
Field: hrs hrs Expr1:[Job1]![hrs]+[Job2]![hrs]
Table: Job1 Job2
Sort:
Criteria: >0
[\code]
If I don't put in the ">0" then the query runs fine. But, I'd like to only show the records that have a value greater than zero for Expr1. When I put in the ">0" criteria and run the Query, I get prompted for the values Expr1, e.g.,
[code]
Enter Parameter Value
[Job1]![hrs]
|____________________|
[\code]
How do I avoid the promt?
Thanks!
Rich