I have two tables, one contains all of the circuits and then each individual circuit shows all of the related ductbank in the next column. The other table is the opposite, it contains all of the ductbank in the first column and the second column contains all of the ductbank that it goes throught.
I want to be able to enter a circuit and then return the ductbank it goes into. Then show every circuit that is in each of those ductbanks. Then show every duct that each of those circuits are going to.
.............................CircuitA...................
DuctbankA...................DuctbankB..............DuctbankC
CircuitB...CircuitC......CircuitD..CircuitE.........CircuitF
A top down type of diagram is what I'm aiming for, but any way to filter the data is good. I believe I can do it linking queries together, but macros and vba would be an option; however, I am not very familiar with those tools. Any help would be appreciated. Thanks.
I want to be able to enter a circuit and then return the ductbank it goes into. Then show every circuit that is in each of those ductbanks. Then show every duct that each of those circuits are going to.
.............................CircuitA...................
DuctbankA...................DuctbankB..............DuctbankC
CircuitB...CircuitC......CircuitD..CircuitE.........CircuitF
A top down type of diagram is what I'm aiming for, but any way to filter the data is good. I believe I can do it linking queries together, but macros and vba would be an option; however, I am not very familiar with those tools. Any help would be appreciated. Thanks.