how do I insert a line break in an Access expression?

  • Thread starter Thread starter Guest
  • Start date Start date
Thanks! It worked!

Klatuu said:
Berel,

Please put your question in the body. The subject is usually truncated and
we can't read the whole question easily.

If you are using VBA, you can use the constant vbCrlf. In other contexts,
Access will not understand that constant, so you will need to use the
equivilant - chr(13) & chr(10)
 

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

Back
Top