Hello,
I am developing a db that will show on hand quantity of raw materials. From this data, I would like to show which parts need to be reordered. What should happen is the user enters when a part comes in and updates the db daily on how much was used. My very broad question is what is the ideal way to store this data so it can be retieved for a report or alert. I was considering having an 'Adjustment Table' which would show every adjustment made (order requested, order received, and depletion quantity) for every single part. From here, I was planning on filtering the data based on part number, making calculations based on type of adjustment, then running this for each part. Once this is complete (on a normal basis), it would send alerts (via email or msgbox) that notifies the user when they are getting to the point of reordering. I could use all the feedback I can get. Thanks!
P.S. I have posted on here about this db recently and you may think this is a repost, but the main objective has altered since my last question.