syntax for hard return

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

Guest

I'm trying to search and replace some characters with a hard return. I cannot
remember the syntax that will paste a hard return into a field - and I
cannot, for the love of Pete, find it in the help guide. I've done it before
so I know it can be done.

Anybody remember this one off hand?
 
Chr(13) & Chr(10) used in combination are the carriage return & line feed
characters, which is what ACCESS uses to go to a new line.
 

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