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
Left Outer Join is not working- returns duplicate company names?
Problem with device installing in WXPe
popup dialogue box for a query
PAGE_FAULT_IN_NONPAGED_ARE<wbr />A during Startup
Invalid Printer Exception - when no printers are installed
Required permissions cannot be acquired. .NET app error
Windows 98 SE - Registry - SharedDLLs - dword - purpose
Access vs Visual Fox Pro
PivotChart in form
How to access a Windows 7 printer from a Windows 98 SE PC ?