A family of Microsoft relational database management systems designed for ease of use.
Ah, you tried to concatenate the value using the English word "and". I overlooked that actually, in the original question.
In an expression, use the ampersand to concatenate.
=“Total for “ & [saleQuarter]
and
=“Total for “ & [saleYear]
etc.