A family of Microsoft relational database management systems designed for ease of use.
The curly braces are just the way the labels wizard shows them in the prototype label. Your query is fine. The problem appears to be in the report, and may be in the ControlSource property of the text box for the first line of the label. Open the report in design view and see what the ControlSource property of the text box for the first line is.
If you want to use the CanShrinkLines function from my demo file, first copy the function into any standard module in your database. Then in design view of the report delete all the text boxes below the first one, resize the first one so its bottom edge is at the bottom of the detail section by dragging the bottom edge down. Change the name of the text box to txtFullAddress and change its ControlSource property so it calls the CanShrinkLines function in the same way as in my demo.