K
Karen
I'm writing a nested IIF expression but I keep getting an error message:
"contains the wrong number of arguments". In the expression, I am creating a
field called Award Days and am including a field that I calculated earlier in
the query called Actual Open Date; the other fields are coming from linked
tables.
Award Days: = IIF(( [awarded]![Awarded] >0, [awarded]![Awarded] -[Actual
Open Date], IIF ( [UPCOMING]![Revised Award date] >0, [UPCOMING]![Revised
Award date] -[Actual Open Date]), [awarded]![Awarded] -[Actual Open Date]))
Please advise - what is wrong w/ the formula?
"contains the wrong number of arguments". In the expression, I am creating a
field called Award Days and am including a field that I calculated earlier in
the query called Actual Open Date; the other fields are coming from linked
tables.
Award Days: = IIF(( [awarded]![Awarded] >0, [awarded]![Awarded] -[Actual
Open Date], IIF ( [UPCOMING]![Revised Award date] >0, [UPCOMING]![Revised
Award date] -[Actual Open Date]), [awarded]![Awarded] -[Actual Open Date]))
Please advise - what is wrong w/ the formula?