moving to a new line within a text box

A

Allen

hi

could someone please help? 'd like to know what is the key combination to
use to simply enter text on a new line within a text box on a form please.
 
J

Joshua A. Booker

Set the EnterKeyBehaviour property of the textbox to New Line In Field.

HTH,
Josh
 
F

fredg

hi

could someone please help? 'd like to know what is the key combination to
use to simply enter text on a new line within a text box on a form please.

As you are entering the data, press Ctrl + Enter.
You can also set the control's Enter Key Behavior property to New Line
in Field, in which case just press Enter.
 
A

Allen

Thankyou very kindly.
--
Allen


fredg said:
As you are entering the data, press Ctrl + Enter.
You can also set the control's Enter Key Behavior property to New Line
in Field, in which case just press Enter.
 
A

Allen

G'day

I did that, but now there is no response at all when I either hit enter, or
hit Control-Enter.
 
Top