J
John
I have a text box control on a form. I want to write
several lines of text, each on a separate line. I'm using,
me.TextboxControlName.Caption =
me.TextboxControlName.Caption & "New info" & chr(10) & chr
(13)
I loop through the above statement several time with new
information each time. Unfortunately, everything gets
pushed into one line (that is, the linefeed isn't working"
Any suggestions? Thank you.
several lines of text, each on a separate line. I'm using,
me.TextboxControlName.Caption =
me.TextboxControlName.Caption & "New info" & chr(10) & chr
(13)
I loop through the above statement several time with new
information each time. Unfortunately, everything gets
pushed into one line (that is, the linefeed isn't working"
Any suggestions? Thank you.