I have a query with the following code:
Expr1: IIf(([A]=0,([F]-)),IIf(=0,([C]-[A]-[D]+[E])))
I can only get the query to work if i used of the IIF statements, it wont allow me to use both in the same expression, not sure why? Anyone have any thoughts?
Thanks in advance!
Expr1: IIf(([A]=0,([F]-)),IIf(=0,([C]-[A]-[D]+[E])))
I can only get the query to work if i used of the IIF statements, it wont allow me to use both in the same expression, not sure why? Anyone have any thoughts?
Thanks in advance!