Hi Adam
How do you mean by 'Omit them'?
To reduce any vertical space you could sert the Can gow and Can Shrink propreties of the text boxes:
1. If you have any labels associated with these fields you need to replace them with text boxes
2. For these label text boxes you will need to set the Control source to =IIF([SomeFieldName]="","","TheLabelText")
3. Set the Can Grow and Can Shrink properties of all the text and 'label' text boxes to 'Yes':
4. Set the Can Grow and Can Shrink properties of the report section the text boxes appear in, to 'Yes'
This will reduce the vertical size of the section they appear in, if the fields are vertical placed (e.g.):
QUOTE
Author: Isaac Asimov
Title: I Robot
Description: Sci Fi,
Other_names:
Other_titles: Caves of Steel, Foundation, ....
Then any blank lines would disappear e.g. the above 5 lines would appear as
QUOTE
Author: Isaac Asimov
Title: I Robot
Description: Sci Fi,
Other_titles: Caves of Steel, Foundation, ....
However e.g. if the record looks like:
Authors, Title, Description, Other_names, Other_titlesie, in a horizontal line, then if there is any text in any of these fields there will be no effect.
You could use code to reposition and resize each of the text boxes but IMHO this would probably not be worth the effort!
hth