On 7/26/00, Jason Glaun penned:
>I have a problem with getting records out of an access database that have
>creation dates between dateA and dateB.   I just cant get the query to work!
>Anyone got any suggestions????

WHERE creationdate >= #dateA# and creationdate <= #dateB#

Always works for me.

As a side note. I have had problems in the past if I name a field 
with an underscore in front of date. Like creation_date. I always 
name them creationdate without the underscore.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to