Gustav Brock
gustav at cactus.dk
Tue Nov 2 09:40:32 CST 2004
Hi Karen Apart from the obvious (comparing each pair of fields in a query) you can calculate for each record an MD5 or SHA-256 hash value of a string build by concatenating the formatted values: http://www.frez.co.uk/freecode.htm#md5 The retrieve those records where the hash values don't match. You could also calculate the CRC value. /gustav > Date: 2004-11-02 15:54 > We are maintaining a parts database. I have the master parts database > for manufacturers in a table named tblParts. The manufacturer submits > to us an updated parts list in a table named tblMrfParts. > tblParts contains 25 fields. > tblMfrParts contains the same 25 fields. > I need to compare the values in the 25 fields, tying part number to part > number. If the value in the tblMfrParts is different for that part > number for any field, show our database field value and the > manufacturers field value. > Suggestions? Come on, I answered a question today...