Variable Length Memo Field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a Memo field for a recording of a police statement. Statement vary from 1 line to 2 or more pages. I want statements that will fit on one page, there is other info on the page as well, to be fit on one page with the signature fields at the bottom. Statements that are over one page, I want to fit them to multiple pages. How do I set the memo field to do this on a report

Thanks As Always
RIP
 
The only way to handle this is to design the report with a
fized size for the memo field, make sure the grow and
shrink properties are turned off.
This will allow for a defined report.
Now if your concern is only that the new statement starts
on a new page, this could be addressed with new page
before or after.
By being careful in placing text boxes and label in report
header/footer, page header/footer and detail bands, you
can make sure each new record is inititated on a new page
etc.
Hope this helps a little.
Fons
-----Original Message-----
I have a Memo field for a recording of a police
statement. Statement vary from 1 line to 2 or more
pages. I want statements that will fit on one page, there
is other info on the page as well, to be fit on one page
with the signature fields at the bottom. Statements that
are over one page, I want to fit them to multiple pages.
How do I set the memo field to do this on a report?
 
Back
Top