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....
 
Cool. Conditional formatting would also let you base the condition off
another field.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top