Ok, for some reason I can't think through this one. I'm getting brain burn when I try to work through a relationship I am building.
Using Access.
There are several Hospitals. [A,B,C,D,E]
Each Hospital has several X-Ray machines.
Each equipment sends to a Primary Destination and a Secondary Destination.
{ Destination examples [ZZ, XX, YY] each destination has a unique IP Address, Name, port, etc.}
The destination is dependent on which Hospital the equipment is at.
For example, each X-Ray machine in Hospital A sends to ZZ as Primary and XX as Secondary. Each X-Ray machine in Hospital B sends to YY as Primary and ZZ as Secondary.
For each piece of equipment I need to pull out both Destinations (and unique IP, etc.)
Dunno why I'm fumbling over this.