syntax for hard return

S

sgwilly64

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?
 
K

Ken Snell [MVP]

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.
 
Top