Anyone point me to something more efficient then <br><br>for item in list1:<br> if item not in list2:<br> list2.append()<br><br>This just seems to take a bit a time when there are thousands or dozens of thousands of records just to filter out the dozen or so copies..
<br><br>Thanks.<br>