Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

printing a memo field on a report

Status
Not open for further replies.

etcrier

Programmer
Sep 20, 2006
60
0
0
US
I have a report that prints a query with a memo field that varies in length quite a bit from record to record.
For each record that prints i only want to allow space for the memo characters that exist for that record.
right now my notes in the memo field either get truncated or too much white space gets displayed.

any ideas.

thanks

david
 
Look for "Can Grow", "Can Shrink" in the properties (Format Tab) of the textbox.


________________________________________________________
Zameer Abdulla
Help to find Missing people
Sharp acids corrode their own containers.
 
OK,

that works except for one small detail
if the memo field is too big for a page it still cuts off the text. is there a way to make it overflow the page to another page. there is no way to know how bug the membo field will be.
it varies from 1 line to many many lines.


thanks

david
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top