Ok on my report I have a control called Prepper Errors. I have another Control that counts the number of Prepper Errors per Batch Number ID.
For Example> "Prepper Name" may have 5 Batches and we are counting each error in each Batch.
so for Batch Number 1 I have counted 5 errors
Batch Number 2 I have counted 2 errors
Batch Number 3 i have counted 4 errors
So now I want to get a total sum for that "Prepper Name"
I know if I make a textbox and set the Control Source as =Sum[Count of Prepper Errors] will give me an error.
Can someone take me through the steps to sum up these counts for each Prepper? HELP!!
For Example> "Prepper Name" may have 5 Batches and we are counting each error in each Batch.
so for Batch Number 1 I have counted 5 errors
Batch Number 2 I have counted 2 errors
Batch Number 3 i have counted 4 errors
So now I want to get a total sum for that "Prepper Name"
I know if I make a textbox and set the Control Source as =Sum[Count of Prepper Errors] will give me an error.
Can someone take me through the steps to sum up these counts for each Prepper? HELP!!
