We do not reply to emails. We reply in the Forums itself. That is the idea with a Forum!
To create a Foreign Key you will first have to
1) create the' parent' and the 'child table'
2) next select 'manage foreign keys' in the child table context menu and select the column in the parent table that shall be the FK of the child column
3) Note that with older MySQL versions you will first need to create indexes manually on the two columns
Please refer to the program help file. Everything is explained here.