You can change it in the query of the form. Create an aliased field (like in the example) and just use that field as the Control Source of Control A.
The field in the query would look like this:
ConcatValue: [Column1] & " " & [Column2]
Base your form on that query (which will include all the other fields, and use ConcatValue as the Control Source for Control A.