KenHigg Registered User Local time Today, 08:21 Joined Jun 9, 2004 Messages 13,327 Aug 30, 2004 #1 Isn't there a constant or function in Access to do a 'chr(13) & chr(10)' I didn't see it in the forum... ??? ken
Isn't there a constant or function in Access to do a 'chr(13) & chr(10)' I didn't see it in the forum... ??? ken
P Pat Hartman Super Moderator Staff member Local time Today, 08:21 Joined Feb 19, 2002 Messages 47,578 Aug 30, 2004 #2 You can use the VB constant - vbCrLf
KenHigg Registered User Local time Today, 08:21 Joined Jun 9, 2004 Messages 13,327 Aug 30, 2004 #3 Thanks Pat - I see now, it was under 'Miscellaneous Constants'... kh
B bjackson Registered User. Local time Today, 22:21 Joined Jan 3, 2003 Messages 404 Aug 31, 2004 #4 Ken There is also another you can use which i find easier to remember VbNewLine Regards Bjackson