C
Craig Hornish
Hi,
I have 2 related questions, but will have 2 posts as they can be
mutually exclusive.
How can you print Hierachal Data in reports? I have tried multipe
copies of a table in a query, but because in one set of tables that I have
the levels could be unlimited I can't use this techique. I have thought of
other ways of doing this but don't want to limit you in your responce. But,
if you want to look at one other atempt you can look at Printing a Recordset
Not Bound to a Report.
Thanks
Craig Hornish
Sample Table
ID Name ParentID Type
1 Level1-A Null 1
2 Level2-B 1 2
3 Level2-C 1 2
4 Level3-D 2 3
5 Level3-E 3 3
6 Level3-F 3 4
Printed result - output - will also be modified depending on the Type (i.e.
Bold, larger font, and possibly the indentation)
A
B
D
C
E
F
I have 2 related questions, but will have 2 posts as they can be
mutually exclusive.
How can you print Hierachal Data in reports? I have tried multipe
copies of a table in a query, but because in one set of tables that I have
the levels could be unlimited I can't use this techique. I have thought of
other ways of doing this but don't want to limit you in your responce. But,
if you want to look at one other atempt you can look at Printing a Recordset
Not Bound to a Report.
Thanks
Craig Hornish
Sample Table
ID Name ParentID Type
1 Level1-A Null 1
2 Level2-B 1 2
3 Level2-C 1 2
4 Level3-D 2 3
5 Level3-E 3 3
6 Level3-F 3 4
Printed result - output - will also be modified depending on the Type (i.e.
Bold, larger font, and possibly the indentation)
A
B
D
C
E
F