entering multiple lines in a textbox

  • Thread starter Thread starter Ketaki
  • Start date Start date
K

Ketaki

Hi,

i have a textbox on a form. how can i let the user enter
multiple lines in it? i couldnt find any "multiline"
property for a textbox. if i hit enter, it jumps to
another control on the form instead of starting to write
text on the next line.

-Ketaki
 
You can instruct your users to use Ctrl+Enter in that text box, or you can
change the Enter Key Behavior property of the text box from Default to New
Line in Field.
 
Back
Top