R
R Holtsbery
Hi all,
I am a new Access user looking for a way to create a report which will
only list data differences between two tables.
Tables are before and after with several thousands lines of data. I am
trying to validate that all the data between the two tables are exactly
the same and I am only looking for a report to show the differences. A
quick example is:
Before Table After Table
Name Symbol Update Name Symbol Update
John 123 N John 123 N
Liz 567 N Liz 567 Y
Mark 089 Y Mark 089 Y
I would want to see a report that said something like:
Liz Before Update N After update Y
This was the only difference in the 2 tables.
I am a new Access user looking for a way to create a report which will
only list data differences between two tables.
Tables are before and after with several thousands lines of data. I am
trying to validate that all the data between the two tables are exactly
the same and I am only looking for a report to show the differences. A
quick example is:
Before Table After Table
Name Symbol Update Name Symbol Update
John 123 N John 123 N
Liz 567 N Liz 567 Y
Mark 089 Y Mark 089 Y
I would want to see a report that said something like:
Liz Before Update N After update Y
This was the only difference in the 2 tables.