I’m a newbie.
In my travel app, I have 3 child tables for Transportation, Accommodation and Activities.
The parent table is Costs.
When the user creates a new child record (say an Accommodation record), II need a new linked Cost record to be created (every time).
Currently they must create the Accommodation record then separately (remember to) create a Cost record, go to the Costs link field, search for the Accommodation record, Select the Accommodation record and save the Cost record.
There must be a better easier user friendly way.
Help appreciated. Thanks.