I've created a database for tracking network gear inventory. I'm not too familiar with network gear, but my subject matter expert tells me that a Chassis has Interfaces. Problem is, a Chassis may also have Cards, and Cards have Interfaces too. Does this situation call for anything different from multiple 1:M relationships?<br>
<br>
ex:<br>
Chassis = 1: Interface = M<br>
Chassis = 1: Card = M<br>
Card = 1: Interface = M<br>
<br>
Wish I had a way to draw or attach a drawing here!<br>
<br>
I want to make certain that if an interface is on a card, it cannot be on the wrong chassis. I don't know if I should just use a form with a combobox for[ tblInterface]![Card] that allows only the cards that are on that chassis, or if there is some other standard way of handling this.
<br>
ex:<br>
Chassis = 1: Interface = M<br>
Chassis = 1: Card = M<br>
Card = 1: Interface = M<br>
<br>
Wish I had a way to draw or attach a drawing here!<br>
<br>
I want to make certain that if an interface is on a card, it cannot be on the wrong chassis. I don't know if I should just use a form with a combobox for[ tblInterface]![Card] that allows only the cards that are on that chassis, or if there is some other standard way of handling this.