Microsoft
Software
Hardware
Network
Question : how to pull week day and time from a query
Hi,
I have a query that the date range is from 1/1/2010 to 4/1/2010, how do I only pull that all dates are Tuesday and Thursday? also I have the time from 8:30:00 AM to 3:00:00 PM, how do I only pull the time after 12:00:00 PM? below is my query
SELECT Event_Pleading.PDCASENUM, Event_Pleading.PDRIN, Event_Pleading.PDDOCKET, Child.CALENDAR, Event_Pleading.PDFIRSTCRTD
ATE, Event_Pleading.PDFIRSTCRTT
IME
FROM Child INNER JOIN Event_Pleading ON (Child.CHDOCKET = Event_Pleading.PDDOCKET) AND (Child.CHCASENUM = Event_Pleading.PDCASENUM)
WHERE (((Event_Pleading.PDFIRSTC
RTDATE) Between #1/1/2010# And #4/1/2010#))
ORDER BY Event_Pleading.PDFIRSTCRTT
IME;
Thanks
Answer : how to pull week day and time from a query
try this
WHERE ((DateValue([PDFIRSTCRTDAT
E]) Between #1/1/2010# And #4/1/2010#) and (timeValue([PDFIRSTCRTDATE
]) Between #8:30:00 AM# And #3:00:00 PM#) And weekday([PDFIRSTCRTDATE]) in (3,5))
Random Solutions
How to unshare Printers & Faxes and Scheduled Tasks
get data from a gridview to a popup window and then update the gridview
Windows 2008 r2 Cluster Shared Volume - Stuck "Online (Backup in progress, Redirected access)"
Setting up MSDE 2000
Utility to convert database
Generate a unique* key for a particular string
Can I create a library of user defined functions in access?
Need to kill an application that is auto starting on Windows CE 5.0
calculate every sunday in the year
Outlook 2007 Language Issue