If I'm editing a field that contains a foreign key, the drop-down menu that I can choose from shows me both the valid values for the foreign key and some text from another field in the table, e.g. "17 (John Smith)". This is great, and makes selecting a foreign key really easy.
But when viewing the table with the foreign key, it just shows the key, e.g. "17". Is it be possible to display the same text that appears in the drop-down menu for editing, e.g. "17 (John Smith)"?