G
Guest
Does anyone know of a way (perhaps even a third-party utility) that would
compare the contents of two tables and identify any records whose data has
changed?
I'm not talking about using an unmatched records query.
For example, let's say I have two identical tables: tbl_A and tbl_B. Let's
say that both tables have the same 100 customers. However, the address for
customer ABC is different in each table. Is there any way that this could be
identified?
It would be great if there was a VBA solution. However, I don't mind
calling a third-party utility from my form.
Thanks in advance!
compare the contents of two tables and identify any records whose data has
changed?
I'm not talking about using an unmatched records query.
For example, let's say I have two identical tables: tbl_A and tbl_B. Let's
say that both tables have the same 100 customers. However, the address for
customer ABC is different in each table. Is there any way that this could be
identified?
It would be great if there was a VBA solution. However, I don't mind
calling a third-party utility from my form.
Thanks in advance!