I have a Job Performance Review table with 50 JPR tasks. This is call tblJPRlist. I have an employees table called tblEmployees.
When an employee or a group of employees complete a JPR I have a form, frmEmployeeJPRCompletionQuery, that inputs the information to tables called tblEmployeeJPRCompletion and tblJPRCompletionList which are joined by one to many relationships along with tblEmployees.
I am able to generate a report of the individual employees showing the employee ID badge number, date and various JPR's completed.
I have not been able to figure out a way to make a query which will allow me to generate a report that shows all of the employees and which JPR's they still need to complete.
In an effort to solve this I have created a query, qryEmployeeandJPRlistCombination, which shows every employee and JPR that they initially needed to do. Using the qryJPRCompletionList and qryEmployeeJPRCompletion with various joins and null values have produced some interesting effects, but all the wrong data.
I have exhausted my limited knowledge would greatly appreciate help from the experts. Thanks.....Tony
When an employee or a group of employees complete a JPR I have a form, frmEmployeeJPRCompletionQuery, that inputs the information to tables called tblEmployeeJPRCompletion and tblJPRCompletionList which are joined by one to many relationships along with tblEmployees.
I am able to generate a report of the individual employees showing the employee ID badge number, date and various JPR's completed.
I have not been able to figure out a way to make a query which will allow me to generate a report that shows all of the employees and which JPR's they still need to complete.
In an effort to solve this I have created a query, qryEmployeeandJPRlistCombination, which shows every employee and JPR that they initially needed to do. Using the qryJPRCompletionList and qryEmployeeJPRCompletion with various joins and null values have produced some interesting effects, but all the wrong data.
I have exhausted my limited knowledge would greatly appreciate help from the experts. Thanks.....Tony