G
Guest
i need to pull data from table, where the data needs to be limited to be
inbetween a specific range of dates and times like, say ill need to see only
those records that were entered sometime between 11/1/2005 4:00Pm to
11/2/2005 3:00am. (I work overnights, so i start on monday and go home
tuesday for example). in the database i have 2 columns, both are set to
date/time, one column currently holds just the date, and one holds just the
time. How do i make a query that will show me only the data that is between
say 11/14/2005 4:00pm and 11/15/2005 6:00am?
inbetween a specific range of dates and times like, say ill need to see only
those records that were entered sometime between 11/1/2005 4:00Pm to
11/2/2005 3:00am. (I work overnights, so i start on monday and go home
tuesday for example). in the database i have 2 columns, both are set to
date/time, one column currently holds just the date, and one holds just the
time. How do i make a query that will show me only the data that is between
say 11/14/2005 4:00pm and 11/15/2005 6:00am?