Here's what i'm working on:
tblPrimer
PrimerID (PK)
PrimerName
OtherDataDealingWithThisPrimer
tblPrimerPair
PrimerPairID (PK)
Primer1 (FK)
Primer2 (FK)
OtherDataDealingWithThisPair
But i'm not sure how to relate these two tables. any advice?
tblPrimer
PrimerID (PK)
PrimerName
OtherDataDealingWithThisPrimer
tblPrimerPair
PrimerPairID (PK)
Primer1 (FK)
Primer2 (FK)
OtherDataDealingWithThisPair
But i'm not sure how to relate these two tables. any advice?