PC Review


Reply
Thread Tools Rate Thread

Carriage Returns in Expression Builder

 
 
Joe Cooke
Guest
Posts: n/a
 
      23rd May 2004
Hi,

How does one go about creating a carriage return in MS
Access's Expression Builder? For instance, I want to
create a report that is a address list - have name on one
line, address on the second, etc.

Thanks.

Joe Cooke
 
Reply With Quote
 
 
 
 
SA
Guest
Posts: n/a
 
      23rd May 2004
Use either vbcrlf or Chr(10) & Chr(13)
--
Steve Arbaugh
ACG Soft
http://ourworld.compuserve.com/homepages/attac-cg

"Joe Cooke" <(E-Mail Removed)> wrote in message
news:10e0101c440f6$1799bba0$(E-Mail Removed)...
> Hi,
>
> How does one go about creating a carriage return in MS
> Access's Expression Builder? For instance, I want to
> create a report that is a address list - have name on one
> line, address on the second, etc.
>
> Thanks.
>
> Joe Cooke



 
Reply With Quote
 
 
 
 
Peter R. Fletcher
Guest
Posts: n/a
 
      24th May 2004
Out of interest (if you know), does vbCRLF actually translate to the
normal end of line <CR><LF> sequence when included in a string, or is
its internal representation a single control character?

On Sun, 23 May 2004 15:25:24 -0400, "SA" <~(E-Mail Removed)>
wrote:

>Use either vbcrlf or Chr(10) & Chr(13)


Please respond to the Newsgroup, so that others may benefit from the exchange.
Peter R. Fletcher


----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
 
Reply With Quote
 
Douglas J. Steele
Guest
Posts: n/a
 
      24th May 2004
From the Immediate window:

?Len(vbCrLf)
2
?InStr(vbCrLf, Chr$(13))
1
?InStr(vbCrLf, Chr$(10))
2


--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Peter R. Fletcher" <pfletch(at)fletchers(hyphen)uk.com> wrote in message
news:(E-Mail Removed)...
> Out of interest (if you know), does vbCRLF actually translate to the
> normal end of line <CR><LF> sequence when included in a string, or is
> its internal representation a single control character?
>
> On Sun, 23 May 2004 15:25:24 -0400, "SA" <~(E-Mail Removed)>
> wrote:
>
> >Use either vbcrlf or Chr(10) & Chr(13)

>
> Please respond to the Newsgroup, so that others may benefit from the

exchange.
> Peter R. Fletcher
>
>
> ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet

News==----
> http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000

Newsgroups
> ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption

=---


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Query expression builder returns text instead of numeric B+ve Microsoft Access Queries 3 30th Mar 2008 03:57 AM
String Builder, appending carriage return TheRain Microsoft Dot NET 11 26th Apr 2006 09:38 AM
Expression Builder available in Code Builder? =?Utf-8?B?RnJhbms3Nw==?= Microsoft Access VBA Modules 3 10th Mar 2005 08:37 PM
expression builder erased my expression =?Utf-8?B?U3RlZmFubw==?= Microsoft Access 1 6th Dec 2004 11:17 PM
Carriage Returns in Exprssion Builder...Again Microsoft Access Reports 3 27th May 2004 02:40 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:01 PM.