Blank Spaces

  • Thread starter Thread starter Floyd Forbes
  • Start date Start date
F

Floyd Forbes

I have a report in which I have labels associated with fields (data). Some
of the fields are blank and taking up alot of space. I am intested only in
the fields that have data. Is there a way to get rid of the blank spaces
and associted labels when the field is null (blank).
 
If the field is null, and there is nothing beside it vertically, you can
eliminate its vertical space by setting its Can Shrink property to Yes.

After you do, make sure the Can Shrink property of the (Detail?) section is
set to No. You don't want the label height to shrink too.
 
Back
Top