I want to relate two tables:names and addresses both linked by the primary key of the first and the same field on the other table not being a primary key .I cannot do a relation from names to addresses but yes from addresses to names ¿why?. I need it so as if a delete a name I want to delete at the same time related fields on other tables.¿Which is the way to do things well? Thanks