return key in text edit

S

Souris

I would like to enter a text in my text box on the form.

When I press "enter" key the form goes to next record.

I want to enter a text to go to next line, but I am unble to do so.
I need type in the note pad which has multi lines and copy paster to the form.

Are there any property to turn retrun key to go to next line in the text
edit instead go to next record.

Your information is great appreicated,
 
R

Ron2006

I would like to enter a text in my text box on the form.

When I press "enter" key the form goes to next record.

I want to enter a text to go to next line, but I am unble to do so.
I need type in the note pad which has multi lines and copy paster to the form.

Are there any property to turn retrun key to go to next line in the text
edit instead go to next record.

Your information is great appreicated,

Go to the form in edit mode
Properties of the field in question.
Other Tab
look for property "Enter Key Behavior" and change to "New
Line in Field" instead of "Default"


Ron
 
S

Souris

Thanks millions for the information,


Ron2006 said:
Go to the form in edit mode
Properties of the field in question.
Other Tab
look for property "Enter Key Behavior" and change to "New
Line in Field" instead of "Default"


Ron
 
Top