On a form that is being displayed on the screen? You cannot make it grow or
shrink. Those properties are available only when you print the form (and
that is not the recommended way to print out your results -- use a report
instead).
You can set the Scroll Bar property for the textbox so that a vertical
scroll bar is available when the memo field gets the focus. Your user then
can scroll up and down the memo text in order to read it all.
You set CanGrow and CanShrink to Yes. Although, as the help says:
"These properties affect the display of form sections and controls only when
the form is PRINTED or PREVIEWED, not when the form is displayed in Form
view, Datasheet view, or Design view."
On a form that is being displayed on the screen? You cannot make it grow or
shrink. Those properties are available only when you print the form (and
that is not the recommended way to print out your results -- use a report
instead).
You can set the Scroll Bar property for the textbox so that a vertical
scroll bar is available when the memo field gets the focus. Your user then
can scroll up and down the memo text in order to read it all.
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.