Say my control for a textbox is :
= "Title" & Date()
How do I get it to show up on 2 lines, is there a 'next line' keyword?
I want my output to look like this:
Title
Date
(I know this would be really simple if I just made 2 separate boxes, lable and text, but my control is actually more complicated than I have it here.
= "Title" & Date()
How do I get it to show up on 2 lines, is there a 'next line' keyword?
I want my output to look like this:
Title
Date
(I know this would be really simple if I just made 2 separate boxes, lable and text, but my control is actually more complicated than I have it here.