Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Querying by Date 1

Status
Not open for further replies.

AT76

Technical User
Apr 14, 2005
460
US
Hi All

I have a table that has Date values like:

2/26/2007 3:34:52 PM

I would like to query this table by ShortDate (Ex. 02/07/2007).

Is there a way to do this? Thanks!
 
Thank you Leslie!

One more question, What if I have to do this for a date range. Ex Between #02/02/2006# And 03/03/2006# ?

Thanks again!
 
I got it:

Int(DateField) Between #2/26/2007# And #3/2/2007#

Thanks Again!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top