Microsoft
Software
Hardware
Network
Question : Date Range Query Criteria
Hi, I am using Access 2003. I have a date column called Date Produced. I only want the query I am running to search back the past 30 days in this column. What would be the syntax that I would need to put into the criteria field to accomplish this? Please advise. Thanks!
Answer : Date Range Query Criteria
Something like this:
SELECT <fields>
FROM <tables>
WHERE DateProduced Between (Date() - 30) And Now()
Random Solutions
Safely remove hardware keeps popping up
How to create a list of sub folders?
display hostname and user's name ?
First NSLookup always times out
Conditional Concatenation in a Query
Get ListViewItem Checked state by Index in VB .NET
SQL Query - Syntax ( SQL 2005 / 2008 )
How to create a "Link Label"?
Excel Exception from HRESULT Error
How do I parameterise a Union query so that a prompt it not issued each time it runs...