Profit: IIf ([ExtendedCost]) = 0, ([Retail for one Cost]) - ([SingleCost]),
IIf (IsNull([SingleCost]), ([Retail for Multiple Costs]) - ([ExtendedCost]))
ok so I changed it to this. The error that I'm getting is that I have the wrong number of arguments.
joëlle
Ok so this is the part I've done:
Profit: IIf ([ExtendedCost]) =0, ([Retail for one Cost]) - ([SingleCost]),
IIf ([SingleCost])=Null,([Retail for Multiple Costs]) - ([ExtendedCost]))
This is an access query.. Basically I want it to say that if the ExtendedCost value is 0 then do: retail for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.