Now for the setup I suggested:
With the tblDesignName table the PK highlighted above isn't strict. It can be determined by the composition of DesignNameID field.
Code:
tblCollection
-------------------
CollectionPK
CollectionName
CollectionDescription
CollectionDiscontinued
CollectionHistory
tblDesignName
-------------------
DesignNameID [COLOR="blue"] - PK[/COLOR]
DesignName
JewelryTypeFK [COLOR="blue"]- PK [/COLOR]
tblJewelryType
-------------------
JewelryTypePK
JewelryType
tblCollectionDesign (junction)
-------------------
CollectionNameFK [COLOR="blue"]- PK[/COLOR]
DesignNameFK [COLOR="blue"]- PK
[/COLOR]
tblJewelryInventory
-------------------
JewelryInventoryID
JewelryTypeFK [COLOR="blue"]- PK[/COLOR]
DesignNameFK [COLOR="blue"]- PK[/COLOR]
CollectionNameFK[COLOR="Blue"] - PK[/COLOR]
DateSold
NoCenterStone