I'm creating text in code and feeding it to text boxes on forms. For example, taking name and address fields and creating an address block in one text box on a form.
To get line feeds I use the vbCr, but it shows up as boxes (character indicators) in the text box instead of executing the carriage return. Same for Chr(10) and Chr(13). The boxes must be deleted by the user and the Ctrl Enter put in manually.
vbCr works when creating text for message boxes or for creating a pure text file use, e-mail for example, but I have the problem when putting text into a text box on a form as described.
Anybody know how to handle this?
Thanks!
To get line feeds I use the vbCr, but it shows up as boxes (character indicators) in the text box instead of executing the carriage return. Same for Chr(10) and Chr(13). The boxes must be deleted by the user and the Ctrl Enter put in manually.
vbCr works when creating text for message boxes or for creating a pure text file use, e-mail for example, but I have the problem when putting text into a text box on a form as described.
Anybody know how to handle this?
Thanks!