Hello,
I have created an inventory database for my company that successfully tracks the entry and selling of widgets and comes up with a current inventory on hand form/report for the user.
Unfortunatly (for me!) the users have come back and decided (after i finished building it !!) that they would like to be able to track the inventory in our three possible inventory locations, as well as roll up the totals into what I have now.
I have no problem with creating a code/field to represent each location - I suppose I will have to add it to the queries and forms that add inventory and create purchase orders to sell it.
But my question is conceptual - what do you guys think is the best approach to set up a mechanism whereby my users can move 50 widgetA from Location 1 to Location 2 ? Keep in mind that since I build the database with everything coming in and out of one place, my tables and queries aren't set up to do any transferring.
Do I do some type of form that does a delete query and then an append query? Do I have to create some type of additional tables for each location? Can I create some type of "virtual queries" to hold the info? Ultimatley, I want to keep what I have done to see the "big inventory" but have three sub-location inventories within it that add up to the big inventory.
Why can't users know what they want? I asked them so many questions and took months to make this !!!!!!!!!
THanks,
Milin
I have created an inventory database for my company that successfully tracks the entry and selling of widgets and comes up with a current inventory on hand form/report for the user.
Unfortunatly (for me!) the users have come back and decided (after i finished building it !!) that they would like to be able to track the inventory in our three possible inventory locations, as well as roll up the totals into what I have now.
I have no problem with creating a code/field to represent each location - I suppose I will have to add it to the queries and forms that add inventory and create purchase orders to sell it.
But my question is conceptual - what do you guys think is the best approach to set up a mechanism whereby my users can move 50 widgetA from Location 1 to Location 2 ? Keep in mind that since I build the database with everything coming in and out of one place, my tables and queries aren't set up to do any transferring.
Do I do some type of form that does a delete query and then an append query? Do I have to create some type of additional tables for each location? Can I create some type of "virtual queries" to hold the info? Ultimatley, I want to keep what I have done to see the "big inventory" but have three sub-location inventories within it that add up to the big inventory.
Why can't users know what they want? I asked them so many questions and took months to make this !!!!!!!!!
THanks,
Milin