I have a database that gathers and coalates data from hundreds of individual databases. What I need to do is find a way to compare the data from one point in time to another. What I am going to do is initially run the coaliting database and name it Rev_A. Then at some point in the future we will run it again and Call it Rev_B. At that point I will have yet another database that will take the table from Rev_A and Rev_B and I need to compare all fields from each table and show the differences in some way.