I have 3 tables: A, B and C where a record in C is a child of a record in each of A and B. I have a form based on table A and wish to include a portal with the related child records in C. So far, so good
But… I want the portal to include a column from C’s parent record in B.
I know I can do this by defining a calculation in C which returns the value from the related record in B (even via multiple indirections!). but for a simple indirection defining a calculation seems like the long way around. Is there something I’ve missed here?
Because there is no intrinsic relationship between records in A and B, apart from the existence of records in C
Really. Table A could be a meeting; table B people; there would be a record in table C for each person attending a particular meeting.
In a form based on A (meetings) it’d be good to have not only a portal listing attendees (records in table C) but also to have in that portal details about the attendees (e.g. name/etc) which come from table B.