E
Evan
I have a Query field: TaxAmt:
Iff([Base]>1,[Base]+([TaxRate]*(([Forms]![frmCrit]![UserInc])-[Low])),[TaxRate]*[Forms]![frmCrit]![UserInc])
I get an error message: undefined function IIF in expression. Should the IIF
function be placed in the critieria row rather than the field row?
Evan
Iff([Base]>1,[Base]+([TaxRate]*(([Forms]![frmCrit]![UserInc])-[Low])),[TaxRate]*[Forms]![frmCrit]![UserInc])
I get an error message: undefined function IIF in expression. Should the IIF
function be placed in the critieria row rather than the field row?
Evan