Forum Discussion

ArbabRizvi's avatar
ArbabRizvi
Qrew Member
6 years ago

How to Track Inventory (Should be Simple but I'm lost)

Problem: I want to create a "Inventory" table that automatically reduces each equipment quantity as I deploy my equipment at different stores.

Current Setup: I have a stores table. The stores table has fields for different equipment that is deployed at that store.
ex. Monitor, Laptop

Each store may have a different quantity of equipment deployed.
ex. [store 1000, monitor Qty 4, Laptop Qty 3], [Store 1001, monitor Qty 2, Laptop  Qty1]

Whenever a store has equipment deployed, I  update the quantity to that number.

What I tried to do: 
- created a table called "equipment"
- Added Fields [Equipment Name, Equipment Qty on Hand, Equipment Qty Deployed]
..now I'm a little confused, do I need to create a "Store" field as well and upload every store number that is on the Stores table and then link them? 

what is the best way to get the summary of each equipment deployed across all stores, subtract it from my inventory on hand and give me the current quantity available number?



------------------------------
Arbab
------------------------------
  • If understand what you are wanting, yes you would want the tables related. There are at least three ways you can do this. You can relate them and then manually add the store to each equipment, you can add a stores field as you stated and then relate them, or you can create a spreadsheet and include a unique ID and then relate them.

    Take a look at this post and see if it gives you some guidance:
    tables, IDs, and relationships

    ------------------------------
    Adam Keever
    ------------------------------
    • ArbabRizvi's avatar
      ArbabRizvi
      Qrew Member
      I don't think you understand.

      Here is a screen shot to better explain:

      Here is my Inventory Table:

      As you can see, the stores table has many different equipment.

      I want to take the sum of each piece of equipment across all stores and provide them on the equipment table and it should look like this:

      Equipment 1 - 50
      Equipment 2 - 10  

      etc.


      ------------------------------
      Arbab Rizvi
      ------------------------------
      • AdamKeever1's avatar
        AdamKeever1
        Qrew Commander
        Yes, that is where the summary field function would be used in the relationship:

        You would select your filed for your equipment to generate the summary in the parent table.


        ------------------------------
        Adam Keever
        ------------------------------