I have a table with the following headers:
staffID | name | reportsToID
and I'm looking to create a report (or some form of texual output) that looks like this, based on the one table I have:
Employee name
-Employee name
-Employee name
--Employee name
-Employee name
-Employee name
-Employee name
--Employee name
--Employee name
---Employee name
---Employee name
-Employee name
[The actual formatting isn't that important, it's more about sorting the people out]
I have tried to search for the solution to this problem, but I'm unsure about the technical terminology, so I attribute my lack of results to my own limited understanding rather the answer not being out there.
I would be very greatful for code snippets or url's to similar questions answered. I'm running Access 2003.
sina
london
staffID | name | reportsToID
and I'm looking to create a report (or some form of texual output) that looks like this, based on the one table I have:
Employee name
-Employee name
-Employee name
--Employee name
-Employee name
-Employee name
-Employee name
--Employee name
--Employee name
---Employee name
---Employee name
-Employee name
[The actual formatting isn't that important, it's more about sorting the people out]
I have tried to search for the solution to this problem, but I'm unsure about the technical terminology, so I attribute my lack of results to my own limited understanding rather the answer not being out there.
I would be very greatful for code snippets or url's to similar questions answered. I'm running Access 2003.
sina
london