Using the enter key/text box

S

syssupspe

I have several text boxes in my form. When I push "Enter" to get to the next
line so I can enter more text I get taken to the next text box. How do I
configure it so that it will take me to the next line in the text box instead
of to the next text box by just using the enter key. I can use cntr-enter and
it will take me to the next line but then most common users wouldn't really
know that sequence. Just using enter would be much more user friendly. Thanks.
 
A

Alex White MCDBA MCSE

On the properties of the textbox the 'enter key behavior' the default is
next control in the tab order, select 'New line in field'
 
Top