S
sscolovos
Guest
OK. I need a way to report data with many cascades having a train of an unknown number of generations.
Here's an example: You have a Project table. Each record holds data about one project. This project, though, can be a subset of another project. So, this project can have a great-grand parent, a grand-patent, a parent, a child, a grand child (you get the idea). I figure linking them isn't the hard part (I simply have a field storing the project's parent).
What's hard is reporting this if I want to show a project and all its offspring. Since the number of generations is varied, I can't design with a pre-determined number of subreports. What would be perfect is the engine behind Windows Explorer.
Thanks in advance for ANY ideas... I was hoping I could find some helpful 3rd party plug-in, because I see myself using this a lot in the future.
Here's an example: You have a Project table. Each record holds data about one project. This project, though, can be a subset of another project. So, this project can have a great-grand parent, a grand-patent, a parent, a child, a grand child (you get the idea). I figure linking them isn't the hard part (I simply have a field storing the project's parent).
What's hard is reporting this if I want to show a project and all its offspring. Since the number of generations is varied, I can't design with a pre-determined number of subreports. What would be perfect is the engine behind Windows Explorer.
Thanks in advance for ANY ideas... I was hoping I could find some helpful 3rd party plug-in, because I see myself using this a lot in the future.