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
Access 2002 Navigation
Moving shared printers from one server to a new one
DC Promo fails to remove AD. NTDSUtil fails with "The connected server will not remove its own metadata."
Auto save and zip macro that overwrites zipped files when condition is met
Microsoft Project Server will not respond to requests for fully qualified domain names
Use Variable to address a control
Mutiple active forms in Access
VBA code to select the folder one level above this workbook's folder
Some users get IIS 500 errors when logging onto Sharepoint Team Site
Not showing Alert() before Response.redirect