i have a table with employee details which include column for manager which is employee too
something like that :
empid---- name----- manager
1 ----------x
2---------- y---------- 1
3 ----------z---------- 2
4---------- n---------- 1
i want to make a query which list all employees with manager tree
and put them on a form
there will be calculations done and updates depending on the list created
so i prefer that to be done through VB code
or any other suggestions will be very helpful
thank you
something like that :
empid---- name----- manager
1 ----------x
2---------- y---------- 1
3 ----------z---------- 2
4---------- n---------- 1
i want to make a query which list all employees with manager tree
and put them on a form
there will be calculations done and updates depending on the list created
so i prefer that to be done through VB code
or any other suggestions will be very helpful
thank you