C
Chuck
I want to enter some text in a label control. The text that goes in the
control requires a line feed or carriage return. How would I do this?
I tried
Me!My_Control.caption = "Text123" & chr(10) & "Text 234"
but that does not work.
Is this possible?
Thanks
control requires a line feed or carriage return. How would I do this?
I tried
Me!My_Control.caption = "Text123" & chr(10) & "Text 234"
but that does not work.
Is this possible?
Thanks