Microsoft
Software
Hardware
Network
Question : Get records from last 7 days in access
I need to filter my "Created Date" column in access by the last 7 days. The date format is as follows MM/DD/YYYY HR:MIN:SEC AM/PM
any help is appreciated
Answer : Get records from last 7 days in access
it is the other way around
select * from tablex
where datevalue([createdDate])>=D
ate()-7
or
select * from tablex
where datevalue([createdDate])>=D
ateAdd("d"
,-7,Date()
)
Random Solutions
Er diagram for university accommodation office
jquery modal confirm how to pass url
How to clear a datagridview
Online Forms and SQL
iPhone ActiveSync error: Cannot Get Mail The connection to the server failed. New DigiCert certificate
Same basic colors in HTML or RGB
asp.net I have a situation where I need to forms on a page??
Internet Explorer blocking javascript
My Computer/ Explorer Not responding Windows XP
How to test on an Android device