Hi,
The CUSTOMERS table is the "parent" in the relationship and has an autonumber as its primary key. The DETAILS table is "child" and it’s primary key is defined as number [Long Integer indexed(no duplicates)]. I related both fields with a one-to-one relationship and checked both cascade update and cascade delete boxes. However, when I insert a new record (or delete) in the CUSTOMERS table the primary key of the DETAILS table is not updated! Any hint why would be appreciated!!
Regards,
pavlos
The CUSTOMERS table is the "parent" in the relationship and has an autonumber as its primary key. The DETAILS table is "child" and it’s primary key is defined as number [Long Integer indexed(no duplicates)]. I related both fields with a one-to-one relationship and checked both cascade update and cascade delete boxes. However, when I insert a new record (or delete) in the CUSTOMERS table the primary key of the DETAILS table is not updated! Any hint why would be appreciated!!
Regards,
pavlos