Anyone point me to something more efficient then <br><br>for item in list1:<br>&nbsp;&nbsp;&nbsp;&nbsp; if item not in list2:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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>