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
Event ID 12293 Security -SPP Publishing key management service Error#0x8007232D
Certain Email messages are shown in OWA but not in Outlook 2010
Server Error in '/Reports' Application in SQL Server Reporting Services
Crystal cross-tab page numbering
Outlook Contact Consolidation
How to enable workstation users to install software through GPO using SBS 2008
childWindow
Setting Compatibility Mode in IE8 using JavaScript
How to handle button click without reloading page first
How do I set up my wireless network?