BenjaminLim
IS-IT--Management
I need help to filter out numbers that had occurred before.<br><br><b><font color=blue> Example : 23, 42, 54, 24, etc </b></font><br><br>I want to be able to exclude the above list stored in a table (let's call it table A) from another bigger table (the overall list - this list stores number from 0 to 99 & is unique - let's call it Table B).<br><br>Table A grows periodically and in the above example 24 & 42 are considered to be the same (i.e. how big is not important) & so the final filtered list should not contain both 24 & 42.<br><br>Pls advice how should I go about the above problem.