sql query wise it would be something like:

select [datamember(s)]
from [table(s)]
where [date.datamember] is between [date.minimum] and [date.maximumrange]

an actual example assuming sqlserver 7.0
select *
from [date]
where [date] between convert(datetime,'03/27/00') and
convert(datetime,'03/28/00')

-----Original Message-----
From: David Clay [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 28, 2000 4:20 PM
To: [EMAIL PROTECTED]
Subject: Date Query


I am looking to query based on a range of dates.

Could anyone lend a hand with the form and query code for this ?

Thank you



Dave Clay
Internet Facilitator
Trus Joist, A Weyerhaeuser Business

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=sts&body=sts/cf_talk or send
a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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