G
Guest
I am not a Access guru, hoping someone can help with this...
I have two databases that contain employee data. One is managed by HR, and
the other by the training department. There are some differences in the
records caused by updates being made in one database and not the other when
promotions, transfers, etc take place. I have been advised that the HR
database is 100% correct because errors would be caught during payroll
activities.
Here is what I would like to do. I have a primary key which is the employee
number. I need to validate/compare the information in the Training database
against what I have been told is correct in the HR database. Result would be
a list, or exception report, that shows me which employee records in the
Training database do not match those in the HR database. I would use these
results to update the training database.
There are three main criteria I want to compare:
Position Title
Location
Supervisor
I do not mind if this is done in one query or three.
Example would be like this:
HR Database shows employee #123 as the Sales Manager in Atlanta reporting
to Jane Doe...
while the Training Database shows employee #123 as the Sales Representative
in Atlanta reporting to John Doe.
Any suggestions?
Thanks,
Scott
I have two databases that contain employee data. One is managed by HR, and
the other by the training department. There are some differences in the
records caused by updates being made in one database and not the other when
promotions, transfers, etc take place. I have been advised that the HR
database is 100% correct because errors would be caught during payroll
activities.
Here is what I would like to do. I have a primary key which is the employee
number. I need to validate/compare the information in the Training database
against what I have been told is correct in the HR database. Result would be
a list, or exception report, that shows me which employee records in the
Training database do not match those in the HR database. I would use these
results to update the training database.
There are three main criteria I want to compare:
Position Title
Location
Supervisor
I do not mind if this is done in one query or three.
Example would be like this:
HR Database shows employee #123 as the Sales Manager in Atlanta reporting
to Jane Doe...
while the Training Database shows employee #123 as the Sales Representative
in Atlanta reporting to John Doe.
Any suggestions?
Thanks,
Scott