Hi,
I am trying to return a "0" when not data is available and having trouble doing so.
Here is what i am working with in the control source of the unbound text feild:
it works where there is data, but gives me the famous #error when there is no data.
What do i have wrong?
Thanks
I am trying to return a "0" when not data is available and having trouble doing so.
Here is what i am working with in the control source of the unbound text feild:
Code:
=IIf(IsNull([qreCommitedMat]![SumOfQtsOptimized]),"0",[qreCommitedMat]![SumOfQtsOptimized])
it works where there is data, but gives me the famous #error when there is no data.
What do i have wrong?
Thanks