D Dave Peterson Jul 3, 2009 #2 Not really. You could use a formula: ="some text" & char(9) & "more text" But that won't look pretty.
Not really. You could use a formula: ="some text" & char(9) & "more text" But that won't look pretty.
J Jacob Skaria Jul 3, 2009 #3 You can try char(9). ="Field1" & char(9) & "Field2" & char(9) & "Field3" If this post helps click Yes
You can try char(9). ="Field1" & char(9) & "Field2" & char(9) & "Field3" If this post helps click Yes
L leahl Jul 3, 2009 #4 Thanks to all of you. I will try all ways. I knew I could get a great answer! Even if it is not the exact one I wanted. Thanks again!
Thanks to all of you. I will try all ways. I knew I could get a great answer! Even if it is not the exact one I wanted. Thanks again!