In my form from the main table if on specific field has a specific value I’m sent to the related table in order to add more informations and data. But I cannot edit the field I just saved in the related table. I have to save the parent record and then only I can edit it again and change it .. this with some difficulties as well because I set a condition: In the Parent table I have a virtual column with that perform the sum of the fields of the parent table with this
“Valid if: SUM([Related ViaggiSplits][Percentuale]) = 1”

