This property page contains a set of properties for the relationships between the tables in your database.
Shows the name of the selected table in your diagram. If more than one table is selected in your diagram, only the name of the first table is visible.
Shows the name of the selected relationship in your diagram. If more than one relationship is selected in your diagram, only the name of the first relationship in your selection is visible. Expand the list to view or modify the properties of a different relationship.
Each entry in the drop-down list is preceded by an icon. A key icon indicates that the table participates in the relationship as the referred-to table. An infinity icon indicates that the table participates as the referring table. (The referring table has the relationship's foreign-key constraint.)
Choose this button to create a new relationship for the selected database table. For more information, see Creating a Relationship.
Choose this button to remove the selected relationship from the database. For more information, see Deleting a Relationship.
Shows the name of the selected relationship. You can rename the relationship by entering a new name in this box. For more information, see Renaming a Relationship.
Shows the name of the primary key table in the relationship, followed by the columns that make up the primary key. For information about changing the primary key, see Modifying a Primary Key.
Shows the name of the foreign key table in the relationship, followed by the columns that make up the foreign key. For information about changing the foreign key, see Modifying a Foreign Key.
Applies the constraint to data that already exists in the database when the relationship is added to the foreign key table.
Applies the constraint to data that is inserted into, deleted, or updated in the foreign key table. Also prevents a row in the primary key table from being deleted when a matching row exists in the foreign key table.
Applies the constraint when the foreign key table is copied to a different database.
Instructs the DBMS to automatically update foreign-key values of this relationship whenever the primary-key value is updated.
Instructs the DBMS to automatically delete rows of the foreign-key table whenever the referred-to row of the primary-key table is deleted.