Carriage return for text field from Union query

M

MeSteve

I have a union query where 2 fields are concatenated with Chr(13) & Chr(10)
in between (ex. textA & Chr(13) & Chr(10) & textB). This works on the query
datasheet view, but not in the report that runs off of this query. In the
report it is showing the 2 squares.

What am I missing? Thanks.
 
Top