J
Jason F
I have a database that tracks a lot of information on an electrical
distribution system. I have an Equip_table that list all equipment in the
database. Each record defines a piece of equipment. Each record has an
Recrd_ID which is an autonumber and a unique device name. Each record
defines the device that it is feed from using the Recrd_ID and is saved in
field Feed_From. I'm trying to create a query of all devices fed from Main
Switch Board Recrd_ID "1" and name "MSBA". the problem I'm having is that
some devices are three levels and sometime up to ten levels deep. and exaple
is. "RTU-1" is feed from "Panel A" and panel A is feed from "MDPA" and mdpa
is feed from "MSBA" how can i generate a query that list all equipment feed
from "MSBA" only? The database currently has near 1,000 devices defined.
distribution system. I have an Equip_table that list all equipment in the
database. Each record defines a piece of equipment. Each record has an
Recrd_ID which is an autonumber and a unique device name. Each record
defines the device that it is feed from using the Recrd_ID and is saved in
field Feed_From. I'm trying to create a query of all devices fed from Main
Switch Board Recrd_ID "1" and name "MSBA". the problem I'm having is that
some devices are three levels and sometime up to ten levels deep. and exaple
is. "RTU-1" is feed from "Panel A" and panel A is feed from "MDPA" and mdpa
is feed from "MSBA" how can i generate a query that list all equipment feed
from "MSBA" only? The database currently has near 1,000 devices defined.