Hi,
I'm trying something that seems very simple, but I can't make it work for some reason. I've tried all sorts of joining tables etc.
I have three tables: A, B, and C. Table A is the parent of both B and C. (so there is no actual relation between B and C, but there are records in B and C with a common A father).
I want to add a field to C that will store a field's value from B. For that, I want to create a value list of values from B for the user to choose from. However, I do not want to show every possible value from B, only those that share a common father in A with the relevant record of C.
Is there a simple solution for that?
Thank you