make a textbox not VISIBLE

dr223

Registered User.
Local time
Today, 04:28
Joined
Nov 15, 2007
Messages
219
Hi,
I have a text box (txtEventdate), under this textbox there are dates populated.

So on run time the report might look like,
Event Date
12/12/2009
11/01/2010

Now, I want when there are no event dates the text box which contains the text (Event Date) to be not visible i.e., the user can't see it, unless dates are displayed is when it should appear..

Any help please
Thanks
 
Have you tried making the txt box a parameter field? That way you can suppress the parameter if the event dates are null.
 

Users who are viewing this thread

Back
Top Bottom