Manually, I wrote a find ommitting all fields with an entry in the time field. This took two requests - one to omit all records before a time and another to omit all records after the same time. But when I add a call to this script at the end of the larger script, I don't get the the first criteria of the larger script. I get ALL the records with empty time fields as if the other part of the script did not exist. How can I make this time field criterion just a further deliniation. Sorry if I am dense or criptic.