I need to compare a record in tblA to the records in tblB to check for a change in the record. I need to compare all of the fields and if there is no record in tblB matching record in tblA write record in tblA to tblB. If a field is different I need to add one to a revision field in tblA and then write record to tblB. Is there an easy way to compare whole records in SQL or with a recordset? I have about 40 fields in the records and the find duplicates wizard only does 10 fields. I have not written very much SQL or code with recordset's.
thanks
vmon
thanks
vmon