I have one last question which is my last real hurdle with this database. I am going to attach a demo of the database in question. RuralGuy has helped me get this far, now I would like to know if it would be possible to do multiple calculate using the code he provided.
I mean with his code we are calculating the total PcsProduced based on the legenths*PPL. fields
I need to be able to calculate hours earned based on the PcsProduced field
this is calculated by taking the PcsProduced / SpecSPM that will = Hours Earned
I also need to calculate the Standard Hours. To calculate this I would take the Number Machine Run / 480 / 60
Basically I need to calculate multiple values, based on other calculated values. Possible?