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 one cost - single cost if the extended cost value is not zero (or singlecost is null) then: retail for multiple costs - extendedcost.
any help would be really really appreciated.
joëlle
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 one cost - single cost if the extended cost value is not zero (or singlecost is null) then: retail for multiple costs - extendedcost.
any help would be really really appreciated.
joëlle