D
DS
How do you get a Memo field to grow or shrink on a form (Contionous or
Single).
Thanks
DS
Single).
Thanks
DS
OK...Is there a way to limit the amount of Characters that you can typeKen said: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.
Great! Thank You, It Helps !!!!Stephen said:Single Form view is possible but not for Continuous view.
http://www.lebans.com/textwidth-height.htm
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.