View Full Version : Hard enter in unbound text box not working


arage
05-31-2001, 08:02 AM
A hard enter in an unbound text box on my subform is executing some validation code & not beginning a new line in the text box instead. How can I make the text box accept a hard carriage return (or enter) so that it begins a new line? Much thanks for your thoughts.

Jack Cowley
05-31-2001, 08:22 AM
In the fields property sheet under the Other tab change the Enter Key Behavior to New Line in Field.

arage
05-31-2001, 08:23 AM
Thank you!