M
Melissa
I am trying to create a query with two tables; from one table I'm using the
fields EmpName, DateAbsentFrom (specifying a certain date range),
DateAbsentTo, TypeOfAbsence, and from the 2nd table, PR_Code which is
basically the EmpID.
The query runs fine without the use of PR_Code from the 2nd table. Without
using that, I get 68 records. When I add in the PR_Code, it gives me 18,020
results, and the PR_Code is not correct, as in it's not actually that persons
PR_Code plus there are many duplicates of that PR_Code, and that Code is in
many people's records.
How do I fix this problem?
fields EmpName, DateAbsentFrom (specifying a certain date range),
DateAbsentTo, TypeOfAbsence, and from the 2nd table, PR_Code which is
basically the EmpID.
The query runs fine without the use of PR_Code from the 2nd table. Without
using that, I get 68 records. When I add in the PR_Code, it gives me 18,020
results, and the PR_Code is not correct, as in it's not actually that persons
PR_Code plus there are many duplicates of that PR_Code, and that Code is in
many people's records.
How do I fix this problem?