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
making first word bold
Rogue disc drive in server 2008 cluster
how to search a clob field in Oracle database
How do I change default email address in site on sharepoint 2007 moss
Multi-threading and row locking on selects
Sequence of Form/Control events vs Mouse/Keyboard events
The 5000n printer will only print to the manual feed tray
Trigger to extract bytea or blob object after it's inserted
Macro for delay send of an excel sheet to a mail recipient
What is the proper DNS settings for ...