I want to create relations between tables.
I go into "relation management" in PhpMyAdmin,
and it proposes to link the primary key to another primary key of other tables.
I need to link on fields of my choice. (1 to many relation type)
It is so simple under Access.
Is there a simple and comprehensible way to create relations under MySQL ?
Thanks for any help.
Pierre.