I wouldn't bother with Expression Builder. In an unbound text box you can
add something such as:
=[LastName] & ", " & [FirstName]
You could also concatenate in a query.
To answer your question to the extent I can (not having found much use for
Expression Builder), once you know the syntax and the fiedls, etc. you can
assemble the pieces with Expression Builder by clicking, say, the = sign,
then drilling down through Tables until you find the field, then adding an
ampersand and quote marks and more fields or whatever exactly you need.