Hi, I'm not sure how to explain this question clearly, but I'll do my best. I'm trying to query a table for dates and times greater than the dates and times specified in another table. I have multiple animals that were GPS-collared on different dates and times, but the collars were turned on before the animals were captured, so I can't just query the first date/time that each collar recorded because it wasn't on the animal yet. What I want to be able to do is query out every location of each animal (64 individuals) after the time the individual was collared. Capture dates and times (one for each animal) are in one table while GPS locations from each animal/collar (thousands for each) are in a different table. Any ideas on how to write that command? Thanks!