Field with no CR

  • Thread starter Thread starter Dennis
  • Start date Start date
D

Dennis

I would like to have a field on a form (and in the database) that I can keep
addiding to and/or format with numbers or bullets. Each time I hit the enter
key, focus is sent to the next field in sequence. Is there a way I can stay
in a field even after I use the enter key.
 
Text boxes have a property named EnterKeyBehavior. Change it from "Default"
to "New Line In Field".
 
Back
Top