Hi,
My thinking to this is way limited. Is it possible to do this??.
Have 2 database tables whichare related to like table1 has the summary and table2 has details
In table1 - 2 fields ( Parent level & childe level)
ex: Parent level Child level
1 1
1 2
1 3
1 4
1 5...so on abt 15 levels as of now
2 2
2 3
2 4
2 5 ...so on
3 3
3 4 ..so on
**so on abt 15 levels as of now but I will nees only upto 1-7 levels
In table2 I have details for these levels_numbers id's and description.
My user wants a report where the level will be the Parameter and they can ultimately enter any level then the report should be displaying the 3- levels down of details.
(say)it should looks like this:
?level = 2
GH1 -level 2
GH2- Level 3
GH3 - level 4 descritption units count(units) total (as details)
?level = 3
GH1 -level 3
GH2- Level 4
GH3 - level 5 descritption units count(units) total (as details)
Please advice and Thanks for your help.
Sameer
My thinking to this is way limited. Is it possible to do this??.
Have 2 database tables whichare related to like table1 has the summary and table2 has details
In table1 - 2 fields ( Parent level & childe level)
ex: Parent level Child level
1 1
1 2
1 3
1 4
1 5...so on abt 15 levels as of now
2 2
2 3
2 4
2 5 ...so on
3 3
3 4 ..so on
**so on abt 15 levels as of now but I will nees only upto 1-7 levels
In table2 I have details for these levels_numbers id's and description.
My user wants a report where the level will be the Parameter and they can ultimately enter any level then the report should be displaying the 3- levels down of details.
(say)it should looks like this:
?level = 2
GH1 -level 2
GH2- Level 3
GH3 - level 4 descritption units count(units) total (as details)
?level = 3
GH1 -level 3
GH2- Level 4
GH3 - level 5 descritption units count(units) total (as details)
Please advice and Thanks for your help.
Sameer