ArbabRizvi
6 years agoQrew Member
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
------------------------------
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
------------------------------