Hi Kevin.
I've tried several different ways.
1. filter = 'FIL:Date = LOC:Date AND FIL:Time = LOC:Time'
2. filter = 'FIL:Date = ' & LOC:Date & ' AND FIL:Time = ' & LOC:Time
3. filter = 'FIL:DateTime = LOC:DateTime'
(FIL:DateTime is the string(
below the DateTimeGroup)
4. filter = 'FIL:DateTime = '& LOC:DateTime
All as hotfields and as not hotfields .
all 4 ways gives filter on the date but not on the time. They all returns all the times for one day.