I have a table with information about an individual and their supervisory chain and what job title the employee is.
If done correctly the top of the supervisory chain will be entered in first and then the employees which they supervise after that. When I print out the form I list the employee and their information as well as the supervisor information. How can I list the supervisor position on the report as well without breaking open a new table?
I see the method, I am just unable to come up with the code for putting the referenced field in another record if it is equal to the current field in this record.
Thanks
--Beat
If done correctly the top of the supervisory chain will be entered in first and then the employees which they supervise after that. When I print out the form I list the employee and their information as well as the supervisor information. How can I list the supervisor position on the report as well without breaking open a new table?
I see the method, I am just unable to come up with the code for putting the referenced field in another record if it is equal to the current field in this record.
Thanks
--Beat
Comment