Start new line in Memo Field

  • Thread starter Thread starter khashid via AccessMonster.com
  • Start date Start date
K

khashid via AccessMonster.com

I have two forms, Form1 and Form2 both forms have memo field. The problem is
one of the form's memo field is fine When I press enter it goes on the second
line.

But on the other form when I press enter it works as Tab and goes to next
field. I want the user to be able to go to second line when needed. I
confirmed the properties of both fields in forms and as well as tables are
identical.

Anyhelp would be appreciated
 
In Design View, for your memo field's text box, goto Properties -- Other and
set Enter Key Behavior to "New Line in Field"

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via AccessMonster.com
 
Additionally, you can use Ctrl+Enter keyboard combination to start a new
line.
 
Back
Top