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
SoposAdministrator
HTML and opening new pages, can the following be done?
div not going entire 100% width
Excel VBA
School Network
Mac CSS Issue
FileZilla Server Setup problem
How can I run a php script before all other processing in the htaccess file, think its a regex problem?
Load Balancing two ADSL connections for small office
Using two LN mail id files at same time from one server and two different applications