I have a text field on a form that will be used to record special notes for a project. The field size is set to 250 characters. When someone enters the field I want them to be able to type in data and then start another line of data in the same field. Right now when you enter the field, after you type in information there is no way to start another line. If you use the tab or enter key, focus goes to the next field and the down arrow key doesn't help. What can I do to remedy this?
Also on the same note Referring to the same field, at times I use code to enter data into the field from a variable. I tried to start another line by adding in the variable "+ Chr(13)" but it didn't work. I need a suggestion for this also. Anyone's help with this would be appreciated. Thanks
Also on the same note Referring to the same field, at times I use code to enter data into the field from a variable. I tried to start another line by adding in the variable "+ Chr(13)" but it didn't work. I need a suggestion for this also. Anyone's help with this would be appreciated. Thanks