Hi
Sorry if this is the wrong forum to post to as it is a query, wasnt quite sure as the result of the query is in a form
I am trying to do a calculation based on the result on field [Deal], I can get it to work if I have on one IIf expression ie
Expr1: IIf(([Deal])='CPA',[Quantity]*10)
I tried this but cant get it to work
Expr1: IIf(([Deal])='CPA',[Quantity]*10), IIf(([Deal])='CPM',[Quantity]*100), IIf(([Deal])='CPA',[Quantity]*1000)
Once again any help wouldbe greatly appreciated
Fi
Sorry if this is the wrong forum to post to as it is a query, wasnt quite sure as the result of the query is in a form
I am trying to do a calculation based on the result on field [Deal], I can get it to work if I have on one IIf expression ie
Expr1: IIf(([Deal])='CPA',[Quantity]*10)
I tried this but cant get it to work
Expr1: IIf(([Deal])='CPA',[Quantity]*10), IIf(([Deal])='CPM',[Quantity]*100), IIf(([Deal])='CPA',[Quantity]*1000)
Once again any help wouldbe greatly appreciated
Fi