I am building a form where a user can enter an order # and multiple parts will populate on that order. Within that form there are user entry fields where they can enter the amount of components rejected for 6-7 reasons (columns) for each part number, i.e. damaged, dosen't match print, etc. This is all done in the details section where depending on the order 5 -50 parts may populate.
I want to total the amount rejected for each part (total the 6 or 7 reject reason fields).
Setting up an unbound text box and programming a basic sum expression, it works, but in the rejects total column it lists the total rejected for the entire order in the row for each part and not the total for that specific part. How do I get it to only sum the total rejects for each part? thanks