Hiding fields

S

Sash

I have a report where I want to hide certain fields if they contain no
information. I thought it would be and event procedure in on activate in the
report, but can't seem to get the code right. Is it possible to do this?
 
R

Rick B

hide them? If they are blank, then they should be "hidden".

Are you trying to prevent them from leaving space in the report? IF so, use
the "can shrink" property.

Rick B
 
S

Sash

Sorry. I meant that I wanted to hide fieldx if fieldy was null, but I did it
using an if statement on fieldx....
 
R

Rick B

Cool. Conditional formatting would also let you base the condition off
another field.
 
Top