I have two tables. The first table has two fields; Implementer and Originator names. The second table is roster of employee names with their job class, location, and division. I want to perform a query to find both the Implementer's and Originators job class, location, and division. I have tried to setup relationship with the implementer's name field in table A to the employee's name field in table B and the originator's name field in table A to the same employee name field in table B but its not working right. I am only seeing the Implementer's job class, location, and division for the query results (It's essentially being duplicated). What are my options for a layman?
Wayne
Wayne