S
SAVLO
I'm working with the query builder. The true part of my iff statement works
but for the false part I get an error. I want the query to return 0 if
expensed +expensed to date = AnnualTag Amount if not I want to the field to
populate with the Monthly amount.
MonthlyExpense: IIf([Expensed]+[ExpensedtoDate]=[Annual Tag
Amount],"0",[MonthlyAmount])
Thanks
but for the false part I get an error. I want the query to return 0 if
expensed +expensed to date = AnnualTag Amount if not I want to the field to
populate with the Monthly amount.
MonthlyExpense: IIf([Expensed]+[ExpensedtoDate]=[Annual Tag
Amount],"0",[MonthlyAmount])
Thanks