C
ckloch
how do you establish a foreign key.
Fund detail table
Fund ID
EffectiveDate
ID
tblFundDetail_ID
NewFund
NewTicker
New Category
fund data table
Fund ID
Fund Name
Ticker
Category Name
I want a relationship between the the fund id in both tables and a
relationship between the new fund and the fund name...
Also is there any way I can get the new ticker and new category to
automatically update?
Fund detail table
Fund ID
EffectiveDate
ID
tblFundDetail_ID
NewFund
NewTicker
New Category
fund data table
Fund ID
Fund Name
Ticker
Category Name
I want a relationship between the the fund id in both tables and a
relationship between the new fund and the fund name...
Also is there any way I can get the new ticker and new category to
automatically update?