C
c5883
I am trying to sum information based on a timeframe. Please see exampl
below
NAME TIME DATE
bob 4 2/14/2004 00:05:00
James 10 2/16/2004 7:00:00
bob 10 2/13/2004 19:00:00
I want to get the total time for bob between 7:00 PM and 7:00 AM
eg IF(DATE is BETWEEN 2/13/2004 7:00 PM AND 2/14/2004 7:00 AM) SUM TIM
for bob)
Any ideas
below
NAME TIME DATE
bob 4 2/14/2004 00:05:00
James 10 2/16/2004 7:00:00
bob 10 2/13/2004 19:00:00
I want to get the total time for bob between 7:00 PM and 7:00 AM
eg IF(DATE is BETWEEN 2/13/2004 7:00 PM AND 2/14/2004 7:00 AM) SUM TIM
for bob)
Any ideas