Problems with Memo

crhodus

Registered User.
Local time
Today, 11:14
Joined
Mar 16, 2001
Messages
257
When I type something in the memo field on my form, I can't get the cursor to skip a line so that I can start a new paragraph.

Instead, when I press the ENTER key, on my keyboard, one of the buttons at the bottom of my form is highlighted (as if I had used the TAB button to move from one field or button to the next)

Is there anyway I can have my memo field put breaks in the form when someone wants to type notes on my form?

Thanks in advance.
 
Use ctrl+Enter to go to a new line in a memo box.
 
On the "Other" tab of the memo's property sheet: "EnterKey Behavior" select "New Line in Field"
 

Users who are viewing this thread

Back
Top Bottom