Chr(13) and Chr(10) respectively, or, in VBA, you can use the intrinsic
constant vbCrLf.
These are standard ASCII codes, not unique to Access. Any ASCII chart should
give them to you, such as
http://www.lookuptables.com/
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"Jim Pockmire" <(E-Mail Removed)> wrote in message
news:%83bf.73620$(E-Mail Removed)...
> What are the character codes for "carriage return" and "line feed"? Is
> there a standard source of codes available?
>