entering multiple lines in a textbox

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
 
C

Cheryl Fischer

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.
 

Ask a Question

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.

Ask a Question

Top