I have a couple of tables that are linked in a parent-child relationship. I want to be able to update the parent and child information and It could go down several levels, like in a bill of materials.
Can I create dynamic variables that will initialize as needed? I can use a "Level" variable as a counter to keep track of levels and increment and decriment it as it digs down and then back up.