I have 3 tables in it, i only want to compute an output based on table "Input", the output is in the table "Output".
the logic is this,
- in table "Input", i have two fields "NE" and "FE".
- there is no duplicate ID @ field "NE"
- @ field "NE" first lookup the records in field "FE", and record it, after search it will lookup the adjacent "NE" again and loop until nothing found. example. In item 1, 2100 will found one item in field "FE" which is in item 4, the adjacent "NE" is ID 2002, this ID will search the value @ field "FE" so it has two with "NE" 2001 and 2200, these two IDs will do the same until found nothing. All found ID will be recorded on different table which is called table "Ouput".
- The table "Output" is only the result of the logic mentioned above.
- Other field @ table "Output" is part of the loop that were computed like field "To2G Capacity" and "To3G Capacity" is only adding all field values @ "NE 2G" and "NE 3G" (@ table "Input") related to the IDs recorded @ table "Output" field "DepID_Current".
@ CascadedIDs you will see my connectivity so in my form it will show the cascaded IDs with respect to the NE ID.
Hope you could help me on this.
br,
ivan