Hi,
I am completely stuck on this and would appreciate some help.
In a table I would like to change the colour of the font of the data in textbox1 based on the visibility of textbox2. Is this possible or can you only use expressions based on the value of the data?
This works to change the colour if textbox2 is 100 for example
=iif(fields!textbox2.value = 100,"RED",BLUE")
but how can I change this to look at the visibility of textbox2?
Many thanks in advance
I am completely stuck on this and would appreciate some help.
In a table I would like to change the colour of the font of the data in textbox1 based on the visibility of textbox2. Is this possible or can you only use expressions based on the value of the data?
This works to change the colour if textbox2 is 100 for example
=iif(fields!textbox2.value = 100,"RED",BLUE")
but how can I change this to look at the visibility of textbox2?
Many thanks in advance