I am tryingto use the On Current Event to hide a text box and label using the expressionbelow:
=IIf([ATStatus]= "Conducting Less Than 15 Days of AT (Remarks Required with total# days to be utilized)",Unit Reported # Days to beUsed].[Visible]=True,[Unit Reported # Days to be Used].[Visible]=False)
Am I usingthe wrong method to hide the text box if the other text box does not containthe specific text or is there a problem with my IIf statement?