[AccessD] More on vbCr, vbLf, VbNewLine, and vbCrLf

Mark A Matte markamatte at hotmail.com
Wed Dec 13 14:49:50 CST 2006


I found the same thing in the A97 Help.


>From: "Susan Harkins" <ssharkins at setel.com>
>Reply-To: Access Developers discussion and problem 
>solving<accessd at databaseadvisors.com>
>To: "'Access Developers discussion and problem 
>solving'"<accessd at databaseadvisors.com>
>Subject: Re: [AccessD] More on vbCr, vbLf, VbNewLine, and vbCrLf
>Date: Wed, 13 Dec 2006 15:29:05 -0500
>
>Where'd you get that? I didn't find a think of ms's site about versions.
>
>Susan H.
>
>Not commenting Charlotte's memory, these constants were all introduced in
>Access 97:
>
>vbCrLf	Chr(13) + Chr(10)
>vbCr	Chr(13)
>vbLf	Chr(10)
>vbNewLine	Chr(13) + Chr(10) (or Chr(13), Platform specific)
>vbNullChar	Chr(0)
>vbNullString
>vbTab	Chr(9)
>vbBack	Chr(8)
>
>
>--
>AccessD mailing list
>AccessD at databaseadvisors.com
>http://databaseadvisors.com/mailman/listinfo/accessd
>Website: http://www.databaseadvisors.com

_________________________________________________________________
Visit MSN Holiday Challenge for your chance to win up to $50,000 in Holiday 
cash from MSN today!  
http://www.msnholidaychallenge.com/index.aspx?ocid=tagline&locale=en-us




More information about the AccessD mailing list