straybullet
IS-IT--Management
What I'd like to get...
If [Pricing_Policy] = Standard, Result = Standard
If [Pricing_Policy] = Individual*, Result = [SalePrice2]
If [Pricing_Policy] = Included*, Result = [NetUpSP1]
For some reason, I can get the Standard and Included results to show properly in the textbox with:
=IIf([Pricing_Policy]="Indiv*",[SalePrice2],(IIf([Pricing_Policy]="Included*",0,(IIf([Pricing_Policy]="Standard","Standard",[NetUPSP1])))))
However, the Individual shows [NetUpSP1] (value is zero if the item is individually priced) rather than [SP2]. Any suggestions?
Let them hate - so long as they fear... Lucius Accius
If [Pricing_Policy] = Standard, Result = Standard
If [Pricing_Policy] = Individual*, Result = [SalePrice2]
If [Pricing_Policy] = Included*, Result = [NetUpSP1]
For some reason, I can get the Standard and Included results to show properly in the textbox with:
=IIf([Pricing_Policy]="Indiv*",[SalePrice2],(IIf([Pricing_Policy]="Included*",0,(IIf([Pricing_Policy]="Standard","Standard",[NetUPSP1])))))
However, the Individual shows [NetUpSP1] (value is zero if the item is individually priced) rather than [SP2]. Any suggestions?
Let them hate - so long as they fear... Lucius Accius