text wraping

B

Bruce

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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top