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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking to has a Query field be a list of items, each starting on a new
line.
 
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]
 

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

Similar Threads

Problem with Cross qry 1
Split data in field on character return 0
Union query? 7
Combine and Insert query 7
query too slow 1
union qry problem 4
Yes / No query problem 4
Using a parameter in a union query 2

Back
Top