2 properties of the text box must be turned on:
EnterKeyBehavior should be set to True, and
MultiLine should be set to True/
(of course, in addition to WordWrap True)
Bob Umlas
"Riddler" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have a text box on a user form that I want the user to be able to hit
> enter and have it move to the next line to enter more text. When I hit
> enter it moves to the next tab order item. I turned that off but enter
> just does nothing. How can I use the enter key to input multiple lines
> of text into a text box?
>
> Thanks
> Scott
>
|