anilvaghela
Registered User.
- Local time
- Today, 18:34
- Joined
- Sep 10, 2008
- Messages
- 12
Hello! First of all i am a newbie here!
Ok lets get started.....
I have created a database which is a reference database for my work.
I am now stuck and require help in sorting out the problem i am facing.
Ok.....
I have 6 tables.
tbl_level1, tbl_level2 and so on till u get to tbl_level6.
each table has a unique_id and a parent_id so from tbl_level6 going upwards the parent_id from level 6 is linked to the unique_id from level5 and so on.
This then creates a group of different data from level 1 and sorts out the rest when u go downwards.....
As this data is shown as subdatasheets..... i cannot get the layout of this data all into one table. my logic is to write some code to append first row from level_1 then take the unique_id from level 1 and search for these records in parent_id from level 2 and append them and so on..... then loop back to level 1..............
My question is how do i do this?
Please help!
Thanks!!!
Ok lets get started.....
I have created a database which is a reference database for my work.
I am now stuck and require help in sorting out the problem i am facing.
Ok.....
I have 6 tables.
tbl_level1, tbl_level2 and so on till u get to tbl_level6.
each table has a unique_id and a parent_id so from tbl_level6 going upwards the parent_id from level 6 is linked to the unique_id from level5 and so on.
This then creates a group of different data from level 1 and sorts out the rest when u go downwards.....
As this data is shown as subdatasheets..... i cannot get the layout of this data all into one table. my logic is to write some code to append first row from level_1 then take the unique_id from level 1 and search for these records in parent_id from level 2 and append them and so on..... then loop back to level 1..............
My question is how do i do this?
Please help!
Thanks!!!