Enlarge report

  • Thread starter Thread starter Luix
  • Start date Start date
L

Luix

Hi,

I have a table with 2 fields, the first one is text type, and the second is
memo type.
I would like to make a resport to print each record, but the memo field can
have just few words or an amount that exceed the first page.

The question is: how can I make a report, where the memo field enlarge or
shrink to the number of pages need.

Thanks,
Luis Caeiro

ps: sorry my english.
 
Hi,

I have a table with 2 fields, the first one is text type, and the second is
memo type.
I would like to make a resport to print each record, but the memo field can
have just few words or an amount that exceed the first page.

The question is: how can I make a report, where the memo field enlarge or
shrink to the number of pages need.

Thanks,
Luis Caeiro

ps: sorry my english.

Set the Memo control's Can Grow to Yes.
Also set the Detail Section Can Grow to Yes.
 
Back
Top