Tab VS. Return in boxes on forms - How to change

  • Thread starter Thread starter jwr
  • Start date Start date
J

jwr

I created a form using the wizard. Some of the fields require more than one
line. In some instances, I must return to get to the second line in the
same "box". In others, I use Control/Return to get to second line.

How do I make this uniform throughout my forms/

Thanks,
JR
 
jwr said:
I created a form using the wizard. Some of the fields require more
than one line. In some instances, I must return to get to the second
line in the same "box". In others, I use Control/Return to get to
second line.

How do I make this uniform throughout my forms/

Every TextBox has a property named "EnterKeyBehavior" on the { Other } tab
of the property sheet.
 
I see the "Enter Key Behavior"; the choices are default or New line in
field. Does the option - New line in field - allow one to enter a line of
info, return and enter another line, etc. while still in the same text box?
 
Back
Top