K
Kevin D.
I'm using a Trim() statement to string together a number of fields into one
entry. Is there any way to force a new line within the Trim statement so the
entry would appear on more than one line on my report?
For instance, instead of:
Joe Smith, Mockingbird Lane, Detroit, MI
I would get:
Joe Smith
Mockingbird Lane
Detroit, MI
Thanks for your assistance.
Kevin D.
entry. Is there any way to force a new line within the Trim statement so the
entry would appear on more than one line on my report?
For instance, instead of:
Joe Smith, Mockingbird Lane, Detroit, MI
I would get:
Joe Smith
Mockingbird Lane
Detroit, MI
Thanks for your assistance.
Kevin D.