I have two tables:
Person
Tasks
The Tasks table: each task is assigned to ta Person and that is by relationship which works fine. I know in the dropdown for the (in this case Person) relationship I can add fields (this is my workaround). What I want to do is show another property on the Task table in addition to the person's name, in this case 'Difference to UTC' so that the viewer has an idea the Person's time in relation to their own timezone and knows when might be best time to contact them.
This is a generic problem that would be handy to solve - it's a query or view in another life
Thank you