Hello,
i have a project with a master detail relationship. When I am on the listpage of the master I want to make a button there to make a detail record. How can I do this ? On the client before tab of the button I tried this code
location.href="Deelnemers_add.php";
. Then I go to the detail add page but there is no relation made between the master and detail table.