I am trying to build an order system with several tabs:
Orders at vendor (I buy from 1 vendor)
Orders from customers
Customers
Products
An order from a customer has several products and might have more than 1 from each item. And that is where I get stuck. How can I add more than 1 of an item when there are multiple items?
If it was just 1 item more times the colums would be product & amount, but that wont work.
I feel like I am missing something obvious…