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
ADO.connection does not work for endless form
Very Fast Real Time Graph
what process to kill in order to delete the temporary ASP.NET Files ?
Need way to alternate some sort of shading between records each time month changes on a Continous Form
Damerau–Levenshtein distance
Excel 2007 - Macro Digital Certificate Issue
How to subtract hours from date
Site Configured for use with ASP.NET 1.1.4322.573
Convert XML String to Dataset
REgular Expressions in MS Access