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
Adding URL Parameter
vCenter Converter and SBS2008
Have a 4700 printer and would like to configure it to only print in black and white.
Unknown USB Device
w32time
Voltage sensor detected a failure on DELL PowerEdge 2650 server
Dell desktop will not boot
New mail notification envelope icon in outlook 2003 doesn't show
windrose chart in excel 2003/2007
Windows 2008 Domain Controller Unavailable (but working)