I have a database that contains tables. They have same length of the field. I would like to compare the data sets in it and only display the different data sets. How can I do that? SELECT? Thanks! 2nd, what if i want to compare data sets in a single table and display the different sets only, how can i do that? Thanks!