how do I insert a "new Line" Character in a Qry?

F

fredg

I am looking to has a Query field be a list of items, each starting on a new
line.

Not sure what you are doing with this.

Exp:[Field1] & chr(13) & chr(10) & [Field2]
 
Top