Hi All
I have a database of telecoms circuits. For each circuit I have an A end and B end. Currently these two ends are in separate tables and joined to the circuit table by a unique identifier.
How can I have all address of both A and B ends in one table and draw upon this from the circuit table. What sort of relationship is it and how do I do it?
The problem for me is that I want to search the database for all circuits at 1 location, but the actual location could be in the a or b site table. I want to be able to search all addresses from one table, yet be able to site nominate and a and b end for each circuit.
Cheers
I have a database of telecoms circuits. For each circuit I have an A end and B end. Currently these two ends are in separate tables and joined to the circuit table by a unique identifier.
How can I have all address of both A and B ends in one table and draw upon this from the circuit table. What sort of relationship is it and how do I do it?
The problem for me is that I want to search the database for all circuits at 1 location, but the actual location could be in the a or b site table. I want to be able to search all addresses from one table, yet be able to site nominate and a and b end for each circuit.
Cheers