Gustav Brock
Gustav at cactus.dk
Thu Dec 14 02:29:33 CST 2006
Hi Susan So did I. In a few seconds. But my copy is localized so I cut the explanation but Mark provided that in English. In A2003 a search will reveal no(!) results. You have to follow this unbelievable route: Open Help and select - Microsoft Office Help - Contents - Microsoft Visual Basic Documentation - Visual Basic Language Reference - Constants - Miscellaneous Constants Once again: Never delete the old on-line help files. /gustav >>> markamatte at hotmail.com 13-12-2006 21:49 >>> 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)