B
Basharat A. Javaid
One of the fields in my table has zero value for first few records. For
better appearance, in my report I want to show blank if its value is zero.
I tried the following expression in the Control Source:
=IIF([field_x]>0,[field_x],""]
But I get #Error for all values of field_x!?
better appearance, in my report I want to show blank if its value is zero.
I tried the following expression in the Control Source:
=IIF([field_x]>0,[field_x],""]
But I get #Error for all values of field_x!?