I am managing a project where have to find out the number of occurances of an activity during our non-business hours. I am using imported text where one field list the times of occurences in 24hr time. The range is 00:00:01 to 23:59:59. The operational hours are 07:00 to 18:00. I can query all the times before (<07:00:00), and the time after (>18:00:00)- in 2 queries. I can also query ">07:00:00,<18:00:00" yielding the operational hour transaction, but the opposite ("<07:00:00,>18:00:00) yields nothing. Help?
Douglas Ellis
Douglas Ellis