I would like to take multiple cursors and combine them into one, ideally containing only unique entries (distinct). I've looked a join, but that seems to work only with tables. I'm not terribly fluent with SQL -- is what I want possible? Or must I do this manually? Thanks, Jon