J
J
I am using an expression in a query that runs a few IIF statements. I would
like to add one more IIF statement to it. below is the orignial expression
from the query.
EstCost:
IIf([actEstimatedCost]>0,[actEstimatedCost],IIf([actEstimatedCost]=0 And
[CalculatedField]=False,0,[actActualYTD]+[actCommitted]+[Forecast],if([actestimatedcost]<0,[actannualbudget])))
I would like to add "IIF([actEstimatedCost]<0,[actEstimatedCost]"
any suggestions?
thanks in advance,
Jim
like to add one more IIF statement to it. below is the orignial expression
from the query.
EstCost:
IIf([actEstimatedCost]>0,[actEstimatedCost],IIf([actEstimatedCost]=0 And
[CalculatedField]=False,0,[actActualYTD]+[actCommitted]+[Forecast],if([actestimatedcost]<0,[actannualbudget])))
I would like to add "IIF([actEstimatedCost]<0,[actEstimatedCost]"
any suggestions?
thanks in advance,
Jim