RE: doubling E-mail

2004-09-10 Thread Mark W. Breneman
Administrator   Vivid Media   [EMAIL PROTECTED]   www.vividmedia.com   608.270.9770   _   From: Todd [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 3:29 PM To: CF-Talk Subject: doubling E-mail I have a query that pulls out an E-mail address.  Then I loop through the query and

RE: doubling E-mail

2004-09-10 Thread Patrick McGeehan
Message- From: joe velez [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 4:43 PM To: CF-Talk Subject: Re: doubling E-mail are you looping the query and cfoutput-ing the query??   _ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings

Re: doubling E-mail

2004-09-10 Thread Todd
gt; To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, September 10, 2004 4:31 PM Subject: Re: doubling E-mail > make sure u qualify the query to be more specific. > > >>> [EMAIL PROTECTED] 9/10/2004 1:28:44 PM >>> > I have a query that pulls out an E-mail a

Re: doubling E-mail

2004-09-10 Thread joe velez
are you looping the query and cfoutput-ing the query?? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: doubling E-mail

2004-09-10 Thread Lawrence Ng
make sure u qualify the query to be more specific. >>> [EMAIL PROTECTED] 9/10/2004 1:28:44 PM >>> I have a query that pulls out an E-mail address.  Then I loop through the query and output the E-mail addresses.  When it outputs the address it doubles it up. For example:     SELECT Email     FRO

doubling E-mail

2004-09-10 Thread Todd
I have a query that pulls out an E-mail address.  Then I loop through the query and output the E-mail addresses.  When it outputs the address it doubles it up. For example:     SELECT Email     FROM table     #Email# The results look like this: [EMAIL PROTECTED]@example.com The query.Reco