M
Mark Davies
Guest
Hi, Are the two tables you are comparing exactly the same? Do they have the exact same structure (fields, etc)? If they do then you can use the BUFFER-COMPARE statement exactly like I did here. If your tables only have a few fields that are the same then you will have to write some code to loop through the fields that do match and compare their values instead.
Continue reading...
Continue reading...