Use the Foreign Keys page of the Alter Table notebook to alter the foreign keys for the table. A foreign key is a column or set of columns in a table whose values are required to match at least one primary key value of a row of its parent table. A referential constraint is the rule that the values of the foreign key are valid only if either:
You can add new foreign keys or alter or drop existing foreign keys.
Tasks
Fields and controls
Related information