Excess space between rows report

D

Danae

The data displays in the right order according to my grouping and sorting
logic, however once the report is generated there are random empty spaces
between some detail rows.
Has anyone ever add a similar problem?
 
B

BruceM

For one thing, try setting the Can Shrink property of both the Detail
section and the controls to Yes. Also, you could try adding back colors or
shading to the controls in order to see the source of the blank spaces.
Whatever the problem it almost certainly is not a random occurence.
 
D

Danae

Setting the Can Shrink property to Yes does not eliminate the gaps between
rows. Adding back colors to the controls confirmed that the empty gaps are
not part of any of the existing controls. It appears to be just empty spacing
between rows of data within the details section.
 
Top