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
Styling a Dropdownlist using CSS
Unable to re-add a user in BES 5.1 after the user has been deleted
SQL 2k Database restore using only MDF flies
Perl error: invalid command name "use"
Sybase Database truncate table issues
Enteprise Application Documentation Application
OneNote 2010 default search using last scope
Trying to upload files to my site
OWA setup issues in Exchange 2010
WAKE ON LAN