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

Date range in a query

Status
Not open for further replies.

Wrecker

Technical User
Aug 29, 2001
126
US
If I put...[Todays date?]in the criteria of a field, access prompts me to input the date, and returns the data from the Query, for the date I specified. How would I input the dates to return a weeks worth of data?

Thanks
Paul
 
Between [Start Date] and [End Date]

or if you're always going to look at today's date - 7 you can use this:

Between DateAdd("d",-7,Date()) and Date() Joe Miller
joe.miller@flotech.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top