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 WizHook Object Library
cannot access win xp system in workgroup
Get autonumber ( unique ID ) of newly inserted record, then insert value into a relating table, ms access 2003
_ReportOutput
How to represent a null in a string?
ie 6 display problem
Script through SCCM will not copy files.
In-place upgrade of Hyper-V Server 2k8 R2 to Full Server 2k8 w/Hyper-v role
Auto Fill based on 2nd Column
Is there a way to enable remote registry service on my clinets using group policy?