Creating new record in the child file

I have created my first relational database. With the name of the related fields being the same in the two files, it was indeed very easy to create the relational database.

Now that I have created a relationship, is it possible for me to select a record in the parent file and create a corresponding new recording in the child file? Ideally it would be great if I could right-click the parent record to choose on the context menu, in which related child file a new record corresponding to the parent record should be created.

Thank you

There’s no automatic way to do it. You would have to code it yourself.

Thank you!
(I have now coded it)