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
PC Won't Run Firefox
How do I find the logged in Username from a batch file?
Error Type mistach when creating and running Excel macro through Access
Need to make a label visible on screen when record has been deleted but not yet cleared using Pack
Why is #include "stdafx.h" required to run the following code from this C++ book?
Track user logon/logoff to the access database.
Calculate/edit a field in a datagrid VB.net
Mapping drive to Win 7 machine
Get value from a specific field based on the value of an another field in the same query?
in-place upgrade