I got three tables Orders
(1) & OrdersLinking
(2) & Products
(3).
1 and 3 have a m:n relation through 2 as linking table.
How would I make a form that can create a new entry in table 1 and 3. While there are no existing entrys in 2 due to the missing IDs (not created yet).
Thanks in advance!