xtraterrestrial
Programmer
Hi
I have text field in a record where I want to output information to a textbox. Is there a way to input a new line character to the text field so I can show my information in the textbox nicely?
I tried using chr(10) but that doesn't seem to work. I think this is because the field in my table changes the chr(10) into something else.
I have text field in a record where I want to output information to a textbox. Is there a way to input a new line character to the text field so I can show my information in the textbox nicely?
I tried using chr(10) but that doesn't seem to work. I think this is because the field in my table changes the chr(10) into something else.