My ultimate goal was to create a list of projects where the estimate is less than one thousand dollars. I have two different estimate fields to draw the data from. Estimate 2 should be used if it exists and if not, use estimate 1.
My query had 3 calculated expressions:
1)
Estimate1: [Estimate1Capital] + [Estimate1Expense]
2)
Estimate2: [Estimate2Capital] + [Estimate2Expense]
3)
GoveringEstimate: Iif([Estimate2] >0, [Estimate2], [Estimate1]
These calculations work perfectly when run until I add the criteria to filter the GoverningEstimate field to <1000, then I get an "Enter Parameter Value" error for both the Estimate1 and Estimate2 fields.
What am I missing?
Lori
My query had 3 calculated expressions:
1)
Estimate1: [Estimate1Capital] + [Estimate1Expense]
2)
Estimate2: [Estimate2Capital] + [Estimate2Expense]
3)
GoveringEstimate: Iif([Estimate2] >0, [Estimate2], [Estimate1]
These calculations work perfectly when run until I add the criteria to filter the GoverningEstimate field to <1000, then I get an "Enter Parameter Value" error for both the Estimate1 and Estimate2 fields.
What am I missing?
Lori
