Hiding fields

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
 
Sorry. I meant that I wanted to hide fieldx if fieldy was null, but I did it
using an if statement on fieldx....
 
Back
Top