I know, I should use richtext box control, but it is messed up and I cant so I have to do all my text fields with a normal text box, but anyway ... how would you make a text fiel so if you enter it creates a new line ?
Printable View
I know, I should use richtext box control, but it is messed up and I cant so I have to do all my text fields with a normal text box, but anyway ... how would you make a text fiel so if you enter it creates a new line ?
set the MultiLine Property to True, and hitting Enter should work just fine...