Is there a quick way to compare a record in two tables to determine if any changes have been made?
I have two tables with 16 fields. They *should* be identical. And I know for a fact that the first 3 fields of each table will never change.
What I want to do is compare the other 13 fields for any changes. Is there an easier way to do this other than by stringing a whole bunch of "OR"s together?
I have two tables with 16 fields. They *should* be identical. And I know for a fact that the first 3 fields of each table will never change.
What I want to do is compare the other 13 fields for any changes. Is there an easier way to do this other than by stringing a whole bunch of "OR"s together?