Selecting a date range, access DB

2001-02-26 Thread Thomas Chiverton
My aim is to pick all records out of an access DB, by date range. I'm using the following CF: cfquery name="bulletins" datasource="News" SELECT * FROM Articles where approved and startdate #Now()# and expirydate #Now()# /cfquery Turning on debug on the server shows this ends

Re: Selecting a date range, access DB

2001-02-26 Thread Cami Lawson
ct: Selecting a date range, access DB My aim is to pick all records out of an access DB, by date range. I'm using the following CF: cfquery name="bulletins" datasource="News" SELECT * FROM Articles where approved and startdate #Now()# and expiryd

RE: Selecting a date range, access DB

2001-02-26 Thread Thomas Chiverton
Fixed it. Ignore me. (see those greater than signs - should have been the other way round !) -Original Message- From: Thomas Chiverton Sent: Monday, February 26, 2001 3:45 PM To: CF-Talk Subject: Selecting a date range, access DB My aim is to pick all records out of an access DB

RE: Selecting a date range, access DB

2001-02-26 Thread Christopher Olive, CIO
[mailto:[EMAIL PROTECTED]] Sent: Monday, February 26, 2001 10:45 AM To: CF-Talk Subject: Selecting a date range, access DB My aim is to pick all records out of an access DB, by date range. I'm using the following CF: cfquery name="bulletins" datasource="News" SE

RE: Selecting a date range, access DB

2001-02-26 Thread Philip Arnold - ASP
My aim is to pick all records out of an access DB, by date range. I'm using the following CF: cfquery name="bulletins" datasource="News" SELECT * FROM Articles where approved and startdate #Now()# and expirydate #Now()# /cfquery Turning on debug on the server shows

Re: Selecting a date range, access DB

2001-02-26 Thread Kevin Schmidt
ot; [EMAIL PROTECTED] Sent: Monday, February 26, 2001 9:44 AM Subject: Selecting a date range, access DB My aim is to pick all records out of an access DB, by date range. I'm using the following CF: cfquery name="bulletins" datasource="News" SELECT * FROM Articles

RE: Selecting a date range, access DB

2001-02-26 Thread Andrew Tyrone
o not generate errors. -Andy -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Monday, February 26, 2001 10:45 AM To: CF-Talk Subject: Selecting a date range, access DB My aim is to pick all records out of an access DB, by date range. I'm using the followin

Re: Selecting a date range, access DB

2001-02-26 Thread Ramonda Ramos
I will be out of the office today, Monday, February 26. I will return Tuesday, February 27. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Selecting a date range, access DB

2001-02-26 Thread Ramonda Ramos
I will be out of the office today, Monday, February 26. I will return Tuesday, February 27. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Selecting a date range, access DB

2001-02-26 Thread Ramonda Ramos
I will be out of the office today, Monday, February 26. I will return Tuesday, February 27. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Selecting a date range, access DB

2001-02-26 Thread Ramonda Ramos
I will be out of the office today, Monday, February 26. I will return Tuesday, February 27. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: Selecting a date range, access DB

2001-02-26 Thread Ramonda Ramos
I will be out of the office today, Monday, February 26. I will return Tuesday, February 27. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Selecting a date range, access DB

2001-02-26 Thread Ramonda Ramos
I will be out of the office today, Monday, February 26. I will return Tuesday, February 27. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: Selecting a date range, access DB

2001-02-26 Thread Ramonda Ramos
I will be out of the office today, Monday, February 26. I will return Tuesday, February 27. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Selecting a date range, access DB

2001-02-26 Thread Philip Arnold - ASP
Try using the BETWEEN keyword. IE WHERE StartDate BETWEEN #CreateODBCDATE(Now())# AND (A date in the future you set) This will pull all the record between today and the date you specify. If you read his SQL, he's referring to 2 different fields, so BETWEEN won't do anything useful in this

RE: Selecting a date range, access DB

2001-02-26 Thread Ramonda Ramos
I will be out of the office today, Monday, February 26. I will return Tuesday, February 27. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Selecting a date range, access DB

2001-02-26 Thread Ramonda Ramos
I will be out of the office today, Monday, February 26. I will return Tuesday, February 27. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Selecting a date range, access DB

2001-02-26 Thread Ramonda Ramos
I will be out of the office today, Monday, February 26. I will return Tuesday, February 27. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Selecting a date range, access DB

2001-02-26 Thread Ramonda Ramos
I will be out of the office today, Monday, February 26. I will return Tuesday, February 27. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: Selecting a date range, access DB

2001-02-26 Thread Ramonda Ramos
I will be out of the office today, Monday, February 26. I will return Tuesday, February 27. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: Selecting a date range, access DB

2001-02-26 Thread Ramonda Ramos
I will be out of the office today, Monday, February 26. I will return Tuesday, February 27. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Selecting a date range, access DB

2001-02-26 Thread Christopher Olive, CIO
Subject: Re: Selecting a date range, access DB I will be out of the office today, Monday, February 26. I will return Tuesday, February 27. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com

RE: Selecting a date range, access DB

2001-02-26 Thread Philip Arnold - ASP
I will be out of the office today, Monday, February 26. I will return Tuesday, February 27. Kill this person - kill him! Oh, and remove him from the list as well g Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133 "Websites for the real