Hi everyone,
This is my question/problem.

I have a table with orders and a table with order details.
Clients can order multiple products at once during one order, so one line has to be inserted in the main order table, and multiple order details from the same order in the order detail table.

How do I do this?

Right now if a client orders 5 products during one order, the order detail table...