Hello, I have a possibly hard or easy problem that needs a solution. I've attached an example database to help explain my situation.
In the "Order Entry" table, a certain part # will be added with a quantity and a due date. Once the part # is shipped, the checkbox will fill in.
What I want to do, is create a way to accumulate the quantity ordered for each part# once it has shipped, and have a user be able to open a report saying which part #'s have over 50,000 shots. To determine shots, the order quantity will be divided by the cavities in the "List" table. I imagine that will be done in a query.
I created the "tbleShotCount" as a way I was thinking to store the shot count information. Once it gets above the 'CleaningDue', the 'NeedsClean' box will be automatically checked off and the part# will show up in a report.
Once the user has cleaned the part#, the user will click something and the shot count in the "tblShotCount" will be reset to 0 and the process will be repeated. The "Order Entry" table can not be modified or the information changed throughout this whole process.
My biggest problem was figuring out a way to reset the shot count without effecting the "Order Entry" table.
Help would be appreciated, thank you!
ExampleDatabase.zip