Hi Sven.
When you reference a table- ie. A parent table to a child table
You create a constraint called a foriegn key. This is how relationalship databases relate : ) The foriegn key has to reference a unique field or set of fields in the child table, the primary key. In the parent table...