Empty Fields

NUWildcat

Registered User.
Local time
Today, 05:17
Joined
Apr 16, 2002
Messages
17
I have some empty fields on some of my reports, and I was wondering if there was a way to make them invisible along with their labels if the field was empty. Is this possble?
 
Set the Can Shrink property of your text box to true
smile.gif


Sohaila
 
Thanks, but for some reason that didnt work. Is there some other place on the report that I need to change the properties or layout to allow that to occur?
 
Is your report based on a query? If so then you should be able to incorporate an expression into it that will hide it if the value is NULL
 
Yes it is based on a query, how do you go about doing what you said?
 

Users who are viewing this thread

Back
Top Bottom