Sorry, now that I look at this again, I gave you the wrong query. Try this:
SELECT Interfaces.CarrierName FROM Interfaces JOIN Nodes ON Nodes.NodeID=Interfaces.NodeID WHERE Nodes.NodeID=${NodeID} AND Interfaces._____ = ???
Sorry, now that I look at this again, I gave you the wrong query. Try this:
SELECT Interfaces.CarrierName FROM Interfaces JOIN Nodes ON Nodes.NodeID=Interfaces.NodeID WHERE Nodes.NodeID=${NodeID} AND Interfaces._____ = ???