report with memofield

  • Thread starter Thread starter Jean-Paul De Winter
  • Start date Start date
J

Jean-Paul De Winter

Hi,
I plan to create a report based upon a form with a memofiedl.
This memofield can contain 1 word or 20 lines of text.
How should I create the report so it only takes as much place as needed,
nothing more, nothing less.
Following text (based upon entryfields) should follow immediatly.
The problem is I don't want blank lines if there are only a few words
entered or the reverse situation where I don't have enough space for all the
text.

Thanks
JP
 
Jean-Paul De Winter said:
I plan to create a report based upon a form with a memofiedl.
This memofield can contain 1 word or 20 lines of text.
How should I create the report so it only takes as much place as needed,
nothing more, nothing less.
Following text (based upon entryfields) should follow immediatly.
The problem is I don't want blank lines if there are only a few words
entered or the reverse situation where I don't have enough space for all the
text.


Make the memo's text box small and set its CanGrow property
to Yes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top