I am building a new project which has some core tables..
The key tables are:
Countries
CountryID
CountryName
Businesses
BusinessID
BusinessName
CountryID
Clients
ClientID
ClientName
BusinessID
CountryID
I want to enforce the rule that a Business can only have clients within the same country.
Can I enforce this through referential integrity in Access ? Do I need to redesign my tables ?
The key tables are:
Countries
CountryID
CountryName
Businesses
BusinessID
BusinessName
CountryID
Clients
ClientID
ClientName
BusinessID
CountryID
I want to enforce the rule that a Business can only have clients within the same country.
Can I enforce this through referential integrity in Access ? Do I need to redesign my tables ?