hi @lannoe,
where is this expression used? If in a ControlSource for the same object, then don't use form/source reference.
If that is the case, then
=[Address 1] & " " & [Address 2]
if a query or SQL to supply the source, then skip the form refeence.
If on another form:
[Muni Master] -->...