View Full Version : Problems with Memo


crhodus
03-19-2001, 12:41 PM
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.

llkhoutx
03-19-2001, 12:53 PM
Use ctrl+Enter to go to a new line in a memo box.

zunan
03-19-2001, 03:27 PM
On the "Other" tab of the memo's property sheet: "EnterKey Behavior" select "New Line in Field"

crhodus
03-20-2001, 05:11 AM
Thanks for both of your help.