This was working really (below..) well until I added a fourth IIf, havin searched the forum the general concensus would be to avoid IIf,s like the plague I have seen posts on Switch as an alternative could anyone point me in the right direction / help me out ..please
Expr2: IIf(([CPM])='CPA',
IIf(([CPM])='CPC',
IIf(([CPM])='CPM',
[Quantity]*[CostPrice]),
[Quantity]*[CostPrice]),
[Quantity]/1000*[CostPrice])
Expr2: IIf(([CPM])='CPA',
IIf(([CPM])='CPC',
IIf(([CPM])='CPM',
IIf(([CPM])='Fixed',
[Quantity]*[CostPrice]),
[Quantity]*[CostPrice]),
[Quantity]/1000*[CostPrice]),
[Quantity]/100*[CostPrice])
thanks again
Expr2: IIf(([CPM])='CPA',
IIf(([CPM])='CPC',
IIf(([CPM])='CPM',
[Quantity]*[CostPrice]),
[Quantity]*[CostPrice]),
[Quantity]/1000*[CostPrice])
Expr2: IIf(([CPM])='CPA',
IIf(([CPM])='CPC',
IIf(([CPM])='CPM',
IIf(([CPM])='Fixed',
[Quantity]*[CostPrice]),
[Quantity]*[CostPrice]),
[Quantity]/1000*[CostPrice]),
[Quantity]/100*[CostPrice])
thanks again