S
Sue Hoth
My database has a separate field for "Name", "Address
1", "Address 2", "City", "State" & "Zip". When I setup my
query I built an expression to combine all those fields
so they end up in the same column on my report. My
problem is they line up next to each other and I want
each think on a separate line. For instance:
Mr. Someone
1 Somewhere Place
Somewhere, IL 60000
Instead it comes out as:
Mr. Someone 1 Somewhere Place Somewhere, IL 60000
There has to be a way to program a hard return. The
expression currently looks like this.
Expr1:[Name]+"
"+[Address 1]+"
"+[Address 2]+"
"+[City]+", "+[State]+" "[Zip]
I put the quote at the end of line and hit the enter
button and then the quote at the beginning of the next
line. I was hoping this would be a hard return in but
instead I get a box that prints out between each field.
If anyone can help I would really appreciate it.
Sue
1", "Address 2", "City", "State" & "Zip". When I setup my
query I built an expression to combine all those fields
so they end up in the same column on my report. My
problem is they line up next to each other and I want
each think on a separate line. For instance:
Mr. Someone
1 Somewhere Place
Somewhere, IL 60000
Instead it comes out as:
Mr. Someone 1 Somewhere Place Somewhere, IL 60000
There has to be a way to program a hard return. The
expression currently looks like this.
Expr1:[Name]+"
"+[Address 1]+"
"+[Address 2]+"
"+[City]+", "+[State]+" "[Zip]
I put the quote at the end of line and hit the enter
button and then the quote at the beginning of the next
line. I was hoping this would be a hard return in but
instead I get a box that prints out between each field.
If anyone can help I would really appreciate it.
Sue