Reports: When the output is long

V

Veli Izzet

Hi all,

I have fields (not memo fields) that may or may not be long for the
space provided for them on a report.

Can I format in such a way that if they are long, the space provided for
them will grow VERTICALLY so that I will both get all the data in it,
and the report format will stay OK.

Thanks for answer
 
A

Allen Browne

Set the Can Grow property of the controls to Yes.
The (Detail?) section also has a Can Grow property.

The fields may not grow properly if they are overlapping vertically with
other controls.
 
Top