I am not really a programmer so I am not sure if this is as easy as it seems in my head. Here is the background;
We have a highly variable attendance rate which leads many days to us building subpar products due to guys not having enough time to finish all the work. Our management has finally started to come around to the management style of adjusting our output based off the attendance. We have been developing a database that pulls in all the information we need and it is working pretty good. The issue I am having however is the calculation.
Our data comes in sorted in sequential order. What I am trying to do is say " x people show up * y work minutes/shift = available", "a # of product * b std min/product = std" x*y <= a*b. I want to solve this for a however b is constrained by the # of a built. To do this I thought of using a while loop and then just count the number of iterations the loop runs through. However I am not sure how to do this in access using queries. It has been 5 years since I wrote a database so I still have the training wheels on and am not sure the next step on this. Any help would be greatly appreciated
-Russ
- Russ
We have a highly variable attendance rate which leads many days to us building subpar products due to guys not having enough time to finish all the work. Our management has finally started to come around to the management style of adjusting our output based off the attendance. We have been developing a database that pulls in all the information we need and it is working pretty good. The issue I am having however is the calculation.
Our data comes in sorted in sequential order. What I am trying to do is say " x people show up * y work minutes/shift = available", "a # of product * b std min/product = std" x*y <= a*b. I want to solve this for a however b is constrained by the # of a built. To do this I thought of using a while loop and then just count the number of iterations the loop runs through. However I am not sure how to do this in access using queries. It has been 5 years since I wrote a database so I still have the training wheels on and am not sure the next step on this. Any help would be greatly appreciated
-Russ
- Russ