Diagnosis You assigned two fields from the dependent table and the check table toeach other but they have different domains. A foreign key field,however, must have the same domain as the primary key field of thecheck table. Procedure Change the domain of the field in the dependent table to the domain ofthe corresponding field in the check table. |