Getting Line Feeds to Display

G

Guest

Access 2003. I have text controls on my report tied to fields, some of which
have line feeds or cariage returns embedded (chr(10), chr(13)). When these
display on the report I do not get a carriage return or line feed, but
instead see a square displayed. How can I get the report to recognize the
chr(10)s and the chr(13)s, and display as line feeds or carriage returns?
Thanks for the help.
 
R

Rick Brandt

Chaplain Doug said:
Access 2003. I have text controls on my report tied to fields, some of which
have line feeds or cariage returns embedded (chr(10), chr(13)). When these
display on the report I do not get a carriage return or line feed, but
instead see a square displayed. How can I get the report to recognize the
chr(10)s and the chr(13)s, and display as line feeds or carriage returns?
Thanks for the help.

You need both Chr(13) & Chr(10) and they need to be in that order.
 

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