Hi,
I want to make a text box and a label on my report invisible if the value of the text box is 0. If the textbox is other than 0 I want it to be visible.
I am not really a programmer so I don't know the syntax of code but I have tried to do it using the expression builder like this...
IIF ([Adjusted_Price]=0,[Adjusted_Price].visible=false, [Adjusted_Price].visible=true)
This doesn't work though. Anybody have another suggestion?
I want to make a text box and a label on my report invisible if the value of the text box is 0. If the textbox is other than 0 I want it to be visible.
I am not really a programmer so I don't know the syntax of code but I have tried to do it using the expression builder like this...
IIF ([Adjusted_Price]=0,[Adjusted_Price].visible=false, [Adjusted_Price].visible=true)
This doesn't work though. Anybody have another suggestion?