Thanks for your help.Do you have identical values in the 2 PK fields? If not, you can't set RI retrospectively as I'm sure you are aware.
Does it work without specifying cascades?
EDIT: Try changing the ProductPK field from Autonumber to Number or ShortText
Both tables are empty. I just created two sample table and tried to join them.
Without cascade it works. I can add the 1:1 relation.
If I change only one of the PKs from AutoNumber to Number I receive no error and the relation is made.
So as a result, is it safe if I think that in a 1:1 relation, one of the PKs MUST be number?
thank you again.
Edit : Seems that @Pat Hartman has already answered my question.
Thanks to all.