Simple way of comparing field values
This post is a response to http://blog.softtester.com/index.php/2008/06/whats-the-best-to-stop-duplicate-data-being-added-in-an-update-query/. There are many ways to skin a cat but the first idea that springs to mind is to use the Dictionary class in the .Net runtime. The field names can be the keys and the field values will be the values associated with the keys. Using a dictionary might [...]