Assuming that each line of text is a field, at the top of a new column in
query design view enter:
Combined: [Field1] & chr(13) & chr(10) & [Field2]
Note that Combined should be whatever you want to call the field (it will
show up on the field list in form or report design view), and [Field1] and
[Field2] are your actual field names. If you want to use your own text
instead of a field, I think it will work to replace the brackets with quotes:
Combined: "Here it is:" & chr(13) & chr(10) & [Field2]