I am making a production tracking database. One feature requested by the customer is to add a breakout for scrap reasons, so it can later be summarized into a Pareto analysis. Each shift may have multiple reasons for scrap. For example, 5 parts may be scrapped due to machine error, 4 parts may be scrapped due to bad component parts, 1 may be scrapped due to operator error (dropped and broke it).
I have attached a picture of the concept that I want to develop.
If I wanted to continuously add qty and reason codes, would I do it in this manner? Would I insert a table instead to input data into tblQualityReport (via an append query)? Can I implement a combo-box field into the input table?
Thanks for any help.