Skip to main content
Solved

Quantity per Item - Linked DataBase

  • June 18, 2022
  • 2 replies
  • 28 views

Hey all :wave: ,
I don’t find a solution for my stock tracking system.

I have a database with all the products:

Then I have a database with my orders to the suppliers linked to my product table.

Each order has multiple products.

Until this step is perfect. :ok_hand:t2:

But I need to add quantity to each product :confused:
2 Items of X
3 Items of Y
1 Item of Z

Do you know how I can add that?
If I insert a general #number field is a quantity for the order and not for each product item.

Thanks.

Best answer by TheTimeSavingCo

Hi Luis, you’re going to need a third table for line items and link it to both the products and orders, like in this base




2 replies

TheTimeSavingCo
Forum|alt.badge.img+31
  • Brainy
  • 6463 replies
  • Answer
  • June 19, 2022

Hi Luis, you’re going to need a third table for line items and link it to both the products and orders, like in this base





  • Author
  • New Participant
  • 1 reply
  • June 27, 2022

Thanks a lot. :facepunch:t2: for the help :slightly_smiling_face: