Forum Discussion

muhch's avatar
muhch
New Member
2 years ago
Solved

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...
  • Anonymous's avatar
    Anonymous
    2 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.