Field with no CR

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.
 
D

Douglas J. Steele

Text boxes have a property named EnterKeyBehavior. Change it from "Default"
to "New Line In Field".
 
Top