Hi All,
I am trying to create a database to store Broadcastig transmitters and sites information:banghead:.
So far I have tried all possible methods I am aware of to design the same all these without any noticeable result.
There are 4 regional centers (DR) each of them managing a number of so called CIZ (Zonal Intervention Center). Each CIZ are managing a number of unmanned sites. There were also sites with personnel not belonging to any CIZ but to the regional centre (DR)
Also a CIZ can be located at a transmitter site or not.
On each site could be one or more equipments:
1. Tv Transmitter
2. FM transmitter
3. AM transmitter
4. Radio Relay link equipment
5. Communication equipment
6. One or more poles or towers for antennas
7. Power generator (for power outages)
8. Backup battery etc
On each pole or tower can be one or more antennas for different transmitters (TV, FM, AM, Radio Relay). On sites with more than one pole or tower I can have also one antenna on multiple towers.
So far I’ve created some tables:
tblSites, tblTvEquip, tblFMEquip, tblPole, tblTvFMAntenna
and a form to select a site in a cascade combo
frmDRuri
Here is what I need in the database.
1. Each Site can have one or more transmitters;
2. Each Tv equipment is either a Transmitter or a Transposer. The main difference is a transmitter use a signal source from satellite or Radio Relay Link while a transposer is using as a signal source another transmitter called „mother”
3. On a site form I would like to have each kind of equipment (Tv, FM, AM Radio Relay, Communication, Tower, Power Generator, Backup Battery, etc) on separate tabs. If an equipment type is not present at the site I would like to have his corresponding tab invisible or at least grayed.
4. On Tv tab I would like to have the information related to transposer also invisible if the equipment is defined as transmitter.
5. Beside its obvious scope (inventory of the used equipments in all sites) I would also want to use this database for tracking technical failures per transmitting equipment and also for tracking all expenditures related to each site or equipment.
Please let me know if this is possible. If anyone can help me. There are further more issues with what I have explained here. Thinking of going step by step. Any help on this is greatly appreciated.
I am trying to create a database to store Broadcastig transmitters and sites information:banghead:.
So far I have tried all possible methods I am aware of to design the same all these without any noticeable result.
There are 4 regional centers (DR) each of them managing a number of so called CIZ (Zonal Intervention Center). Each CIZ are managing a number of unmanned sites. There were also sites with personnel not belonging to any CIZ but to the regional centre (DR)
Also a CIZ can be located at a transmitter site or not.
On each site could be one or more equipments:
1. Tv Transmitter
2. FM transmitter
3. AM transmitter
4. Radio Relay link equipment
5. Communication equipment
6. One or more poles or towers for antennas
7. Power generator (for power outages)
8. Backup battery etc
On each pole or tower can be one or more antennas for different transmitters (TV, FM, AM, Radio Relay). On sites with more than one pole or tower I can have also one antenna on multiple towers.
So far I’ve created some tables:
tblSites, tblTvEquip, tblFMEquip, tblPole, tblTvFMAntenna
and a form to select a site in a cascade combo
frmDRuri
Here is what I need in the database.
1. Each Site can have one or more transmitters;
2. Each Tv equipment is either a Transmitter or a Transposer. The main difference is a transmitter use a signal source from satellite or Radio Relay Link while a transposer is using as a signal source another transmitter called „mother”
3. On a site form I would like to have each kind of equipment (Tv, FM, AM Radio Relay, Communication, Tower, Power Generator, Backup Battery, etc) on separate tabs. If an equipment type is not present at the site I would like to have his corresponding tab invisible or at least grayed.
4. On Tv tab I would like to have the information related to transposer also invisible if the equipment is defined as transmitter.
5. Beside its obvious scope (inventory of the used equipments in all sites) I would also want to use this database for tracking technical failures per transmitting equipment and also for tracking all expenditures related to each site or equipment.
Please let me know if this is possible. If anyone can help me. There are further more issues with what I have explained here. Thinking of going step by step. Any help on this is greatly appreciated.