R
Rich
Was wondering if there is a way to vertically concatenate
date in field on a form as opposed to the horizontal
default. I.E. If in a text box I write
=[First_Name] & " " & [Last_Name]
I will get "Joe Smith".
Is there a way for my output to look like:
"Joe
Smith"
Thanks
date in field on a form as opposed to the horizontal
default. I.E. If in a text box I write
=[First_Name] & " " & [Last_Name]
I will get "Joe Smith".
Is there a way for my output to look like:
"Joe
Smith"
Thanks