Foreign Keys |
If the child table has column(s) that match the primary key column(s) of the parent table, Visual Case will set up the join automatically. If not, you must specify the columns.
The foreign key property page also allows you to specify the cardinality of the join and, if you're designing a Microsoft Access database, whether you want the database to do cascade deletes. When the cascade delete option is selected, the database will automatically delete matching records in the child table when a record is deleted from the parent table.
Related Topics: