P
plh
Hi,
What I want to do is select the visibility of one of three images on a
continuous form based on the value of one of the text boxes, that is:
(Pseudo-code
If text box value less than 100 then
Image1 is visible
Image2 is not visible
Image3 is not visible
If text box value between 100 and 200 then
Image1 is not visible
Image2 is visible
Image3 is not visible
If text box value between more than 200 then
Image1 is not visible
Image2 is not visible
Image3 is visible
Right I have this set up but the visibility changes on all rows simultaneously.
Is there a way around this?
Thank You,
-plh
What I want to do is select the visibility of one of three images on a
continuous form based on the value of one of the text boxes, that is:
(Pseudo-code
If text box value less than 100 then
Image1 is visible
Image2 is not visible
Image3 is not visible
If text box value between 100 and 200 then
Image1 is not visible
Image2 is visible
Image3 is not visible
If text box value between more than 200 then
Image1 is not visible
Image2 is not visible
Image3 is visible
Right I have this set up but the visibility changes on all rows simultaneously.
Is there a way around this?
Thank You,
-plh