R
Rudy IP
Say I have two tables, which were created by the same
query. However, the data the queries run off has changed
a bit. For instance, a record has been added, and the
data in some of the fields has changed for a few records.
An example would be a table where the records
are "employees" and a field is "salary". Some employees
have left, and some employees have recieved raises. How
is it possible to find out the changes in the employees
and salary that take place from time to time? Is it
possible to use a query to create a difference report of
two tables?
query. However, the data the queries run off has changed
a bit. For instance, a record has been added, and the
data in some of the fields has changed for a few records.
An example would be a table where the records
are "employees" and a field is "salary". Some employees
have left, and some employees have recieved raises. How
is it possible to find out the changes in the employees
and salary that take place from time to time? Is it
possible to use a query to create a difference report of
two tables?