Hi,
I have a query that runs a sum value based on a group.
in the same query I take that value and multiply it by 20 to get a number.
Table Calc Payout: Sum([si_Total_Surface_Tract_Acres]*20)
It works great!
What I am trying to do is if the total of the sum value is less than <1.25 then show a fixed number 25. Not the calculated value.
Is there anyway to do this in the query expression? I am trying this but it will not work.
IIf([si_Total_Surface_Tract_Acres]<2,"25.00")
Thanks.
Fen How
I have a query that runs a sum value based on a group.
in the same query I take that value and multiply it by 20 to get a number.
Table Calc Payout: Sum([si_Total_Surface_Tract_Acres]*20)
It works great!
What I am trying to do is if the total of the sum value is less than <1.25 then show a fixed number 25. Not the calculated value.
Is there anyway to do this in the query expression? I am trying this but it will not work.
IIf([si_Total_Surface_Tract_Acres]<2,"25.00")
Thanks.
Fen How