|
comparing same table from 2 different .mdb files
I have two versions of .mdb file(the old and the new one). The application takes the backup of existing .mdb file and then makes any changes to the existing .mdb. This is new .mdb(with changes).
I want to see the difference between the corresponding tables from these two .mdb files. For example the .mdb files contain "Policies" table. This table may undergo changes(addition of new records, deletion of existing records, updation of existing records). I want to see the diferences the Visual SourceSafe style.
Awaiting your valuable suggestions,
Roger
|