Hello there.
tblCurrency
PK, CurrencyName
1, USD
2, BTC
3, CNY
4, CND
tblTrade
FK?, CurrencyName & CurrencyName
1.2, USDBTC
3.1, CNYUSD
Is it possible to have two PK (from the same column) into one FK?
MS Access 2013
Thank you
tblCurrency
PK, CurrencyName
1, USD
2, BTC
3, CNY
4, CND
tblTrade
FK?, CurrencyName & CurrencyName
1.2, USDBTC
3.1, CNYUSD
Is it possible to have two PK (from the same column) into one FK?
MS Access 2013
Thank you
Last edited: