Forum Discussion
muhch
2 years agoNew Member
Adding managers as employee in employee table
I have employee table as below , in which managers name is not there as employee itself. hence am not able to get path(). how can i add managers name in same table as an employee ID Name M...
- Anonymous2 years ago
Hi muhch ,
You can use Append Queries.
Here're the steps.
1.Duplicate the table.
2.Remove the ID and the Name columns, rename the Manager column as Name.
3.Remove duplicates.
4.In the main table, append with the second table.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
2 years agoNot applicable
you can just create a self-referential relationship in your employee table,you will have to add a new column to your existing table that references the ID of the manager for each employee.
muhch
2 years agoNew Member
there is no ID for managers here..as saif managers name has no entry so far in employee table