Hi all,
Using CR9, with ODBC connection to SQL DB.
Problem: Need to determine if an event occurred on a particular shift or any combination of shifts.
have F_DateTime (From DateTime), T_DateTime (To DateTime)
(times are in military time)
Shifts are as follows: 06:00-13:59, 14:00-21:59, and 22:00 to 05:59.
IE: F_DateTime T_DateTime Shift Occurred
4/1/2007 10:49 4/2/2007 01:23 1/2/3
4/2/2007 22:00 4/2/2007 02:00 3
4/2/2007 00:59 4/2/2007 08:00 1/3
etc..
Thanks for all help...
Phil
Using CR9, with ODBC connection to SQL DB.
Problem: Need to determine if an event occurred on a particular shift or any combination of shifts.
have F_DateTime (From DateTime), T_DateTime (To DateTime)
(times are in military time)
Shifts are as follows: 06:00-13:59, 14:00-21:59, and 22:00 to 05:59.
IE: F_DateTime T_DateTime Shift Occurred
4/1/2007 10:49 4/2/2007 01:23 1/2/3
4/2/2007 22:00 4/2/2007 02:00 3
4/2/2007 00:59 4/2/2007 08:00 1/3
etc..
Thanks for all help...
Phil