Hello elohim, and Welcome to J-Cook and the Forum!
Pretty sure I can help you nail this one.
Here is a step-by-step in beginners terms:
Let's assume you are going to create 2 Tables. Address and Countries. When entering data into the Address Table using a View Layout Form you don't want to have to type the Country Name every time. You want a List of Country Names to select from instead.
Table 1 - Address
Data Types: Street (String), Town (String),
Country (String)
When adding the Data Types for this Table drag the Foreign Key Data Type in for the
Country Field, and name it
Country Name. (Or whatever really)
This is assuming you wish to pull the Country Names from the next Table, Countries.
Table 2 - Countries
Data Types: Country Name (String)
Now, the important step. This creates the link between the two Tables and creates the Foreign Key.
Done! Now you have successfully created a Foreign Key in the Address Table which links to the Countries Table.
Now when you create a New PAGE (Layout) in the Back End (for example), a Back End Item Layout view, using the Address Table you will be able to click on the Fields Tab on the Left hand side and drag in the Fields from the Address Table (Street, Town) and expand the Country Field and you will see 'Country Name' which you can drag into this layout as well.
I'll leave the rest up to you to experiment with because that's half the fun and enjoyment of J-Cook! Hope that all makes sense. If not we encourage you to keep posting questions because that's what we're here for.
Regards,
Edward.