Gingertrees
Well-known Member
- Joined
- Sep 21, 2009
- Messages
- 697
I track our business customers with all the usual contact info (name of business, address, phone, etc). Additionally, I want to keep track of the product stock levels for these various customers. Currently, I'm tracking it in a subform like this:
------------------------------------------------------------------
In Stock.....SKU.....Category....Description.......Notes
------------------------------------------------------------------
[ ]..............1234...Widgets.......Red Widget.....ideal: 3+ units
[x]..............0333...Whosits.......Helper............both colors
[ ].........
[ ].........
[ ]........
x30 products; [] represents a check box.
This feeds a very long table with a list of all all customers, SKUs, and whether or not in stock:
Customer#...SKU...stocked?
2................1234..[x]
2................0342..[ ]
56...............1234..[ ]
56...............0342..[x]
72...............1234..[x]
72...............0342..[x]
xnumber of customers xnumber of SKUs.
I didn't design this. Can anybody think of a better way to track this info? Please let me know.
------------------------------------------------------------------
In Stock.....SKU.....Category....Description.......Notes
------------------------------------------------------------------
[ ]..............1234...Widgets.......Red Widget.....ideal: 3+ units
[x]..............0333...Whosits.......Helper............both colors
[ ].........
[ ].........
[ ]........
x30 products; [] represents a check box.
This feeds a very long table with a list of all all customers, SKUs, and whether or not in stock:
Customer#...SKU...stocked?
2................1234..[x]
2................0342..[ ]
56...............1234..[ ]
56...............0342..[x]
72...............1234..[x]
72...............0342..[x]
xnumber of customers xnumber of SKUs.
I didn't design this. Can anybody think of a better way to track this info? Please let me know.