I have an access table which contains employee information. In this table each employee has a line manager which relates to another employee in the same table. I can get VB to display the employee heirarchy via a tree view, and can change an employees line manager.
All line managers take a cut of their underlings wages. I need to be able to use recursion so that when an employee changes their line manager it recalculates the wages for each employee down the heirarchy.
Please help,
Gaz
All line managers take a cut of their underlings wages. I need to be able to use recursion so that when an employee changes their line manager it recalculates the wages for each employee down the heirarchy.
Please help,
Gaz