M
Martin Rådbo
We use a query to add a few things to a table.
One of the fields in the query looks liek this: =[Value1] & " " & [Value2]
Later we produce a report based on table.
As you can see there will be a space addes between the two values. My
question is: Is there a syntax to add a new line instead.
I.e, in the bounded field in the report I want it like this:
"Value1
Value2"
and NOT like "Value1 Value2"
Anyone?
Thanks in advance
// Martin
One of the fields in the query looks liek this: =[Value1] & " " & [Value2]
Later we produce a report based on table.
As you can see there will be a space addes between the two values. My
question is: Is there a syntax to add a new line instead.
I.e, in the bounded field in the report I want it like this:
"Value1
Value2"
and NOT like "Value1 Value2"
Anyone?
Thanks in advance
// Martin