Hi Ansgar,
It would be possible to add a button "work name = FK relation" If is FK set on another table? It should work so that if I click on any table record on the column with FK, it forward me to that table with this specific record.
For example
Product
id | name | ...
1 | Milk
2 | Bread
User_Product
id | name | product_id (FK to Product.id)
10 | Milkman | 1 (button -> click -> i will be forwarded to table Product with preselected row with ID 1)
I see this behavior in some MacOSX DB manager (Sequel Pro or Table Plus or or some such).
Make a sense? ;-)