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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Date Criteria to seach in access

Status
Not open for further replies.

missippi

IS-IT--Management
Feb 8, 2001
42
US
I wanted to change my current query to a dynamic one. I am looking for a renewal date between date that I would like to user of the program to pick
This works but isnt dynamic:

Between #10/1/2002# And #10/31/2002#

This is what I tryed but it doent work. It does ask for the start date and end date though.

Between "Start Date"=[Start date example 2/1/2003] And "End Date"=[End date example 2/28/2003]
 
how about...


>=[start date] and <=[end date]
 
Or
Code:
 Between #[Start date example 2/1/2003]# And #[End date example 2/28/2003]#

Cheers
Nikki
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top