P
placek
Hi
I have two tables. The first has fields: Employee_ID,
Employee_name, Employee_Job_Title, Manager_ID.
The second has fields: Manager_ID, Manager_name.
(Please note The Manager_ID is just the Employee_ID, and
the Manager_ID fields are related)
I want to create a query with format
Employee_ID, Employee_Name, Manager_ID, Manager_name
Is this the right way to resolve this self-recursive
relationship in order to create this query?
Thanks, Martin
I have two tables. The first has fields: Employee_ID,
Employee_name, Employee_Job_Title, Manager_ID.
The second has fields: Manager_ID, Manager_name.
(Please note The Manager_ID is just the Employee_ID, and
the Manager_ID fields are related)
I want to create a query with format
Employee_ID, Employee_Name, Manager_ID, Manager_name
Is this the right way to resolve this self-recursive
relationship in order to create this query?
Thanks, Martin