nathangoldhill
10-26-2001, 02:46 AM
What is the best way to compare two tables to find differences between the data.
|
View Full Version : Comparing two tables to find differnces in data nathangoldhill 10-26-2001, 02:46 AM What is the best way to compare two tables to find differences between the data. Ally 10-26-2001, 04:48 AM Queries. Have you tried the Find Matched and Find Unmatched query wizards? Difficult to say much more without knowing what you want to do. Pat Hartman 10-26-2001, 12:50 PM Please don't post the same question under multiple topics. SueAccess 02-06-2006, 07:52 AM The find unmatched query wizard will only display differences in the entire record (i.e. if a record exists in one table but not in the other). How would you do something similar but based on the actual fields. For example... table 1, field 1, value = 'This is my field value' table 2, field 1, value='This is not my field value' Note: both tables have identical field structures. How would I find these differences between the two tables? The situation is this: I gave a copy of a database to someone who went and made changes/additions to the data (not the structure). While this person was making changes to the copy of the database, changes/additions (not the structure) were being made to the original database. How do I reconsile (or kind the differences) between the tables of the original and the copy of the database? |