Johnnycat1
Programmer
I have a form wherein I use the following language:
Forms!FrmProjectPricing!FrmProjectPricingFixturesSubform.Form![Unit Cost]
= Eval("IIf([Forms]![FrmProjectPricing]![FrmProjectPricingFixturesSubform]![PPFixtureLotPriceName] Is not Null,[Forms]![FrmProjectPricing]![FrmProjectPricingFixturesSubform]![PPFixtureUnitCost]=0")
The strange thing is that it is putting out a boolean 0 or 1 in the [Unit Cost] rather than evaluating the iif statement and simply changing the [Unit Cost] to 0 when the iif statement is true.
Any ideas what I am missing here? As always, your help is greatly appreciated.
Forms!FrmProjectPricing!FrmProjectPricingFixturesSubform.Form![Unit Cost]
= Eval("IIf([Forms]![FrmProjectPricing]![FrmProjectPricingFixturesSubform]![PPFixtureLotPriceName] Is not Null,[Forms]![FrmProjectPricing]![FrmProjectPricingFixturesSubform]![PPFixtureUnitCost]=0")
The strange thing is that it is putting out a boolean 0 or 1 in the [Unit Cost] rather than evaluating the iif statement and simply changing the [Unit Cost] to 0 when the iif statement is true.
Any ideas what I am missing here? As always, your help is greatly appreciated.