Ok, how would I do this?
I have a Query (Prepper Error Table Query) that pulls this data:
BatchNumber ID
Prepper Error
Prepper Name
Prepper Doc type
I have a subreport (Error Counts) where I need to subtotal the total amount of errors per Batch Number ID
So In my report(Error Counts) I gathered the "Batch Number ID, "Prepper Error" and the "Prepper Name"
I am grouping it By Prepper Name, Batch Number ID and Prepper Errors
then I have a field Control that counts the number of Prepper Errors Per Batch Number ID PER Prepper Name.
So I could have this in my report
Prepper Name: Mickey Mouse
Batch Number ID: 99999999
Prepper Error....
Prepper Error.....
Prepper Error Count: 2
Batch Number ID: 88888888
Prepper Error....
Prepper Error.....
Prepper Error....
Prepper Error.....
Prepper Error Count: 4
So Now what I need in the "Prepper Name Footer is a total of all errors per "Prepper Name"? Do I do the DSum here?
I was thinking =DSum("[Prepper Error Count]", '[Error Counts]", "[Prepper Name]")
but this returns and Error# I am so new at the DSum process I am clueless. How should I do this?
I have a Query (Prepper Error Table Query) that pulls this data:
BatchNumber ID
Prepper Error
Prepper Name
Prepper Doc type
I have a subreport (Error Counts) where I need to subtotal the total amount of errors per Batch Number ID
So In my report(Error Counts) I gathered the "Batch Number ID, "Prepper Error" and the "Prepper Name"
I am grouping it By Prepper Name, Batch Number ID and Prepper Errors
then I have a field Control that counts the number of Prepper Errors Per Batch Number ID PER Prepper Name.
So I could have this in my report
Prepper Name: Mickey Mouse
Batch Number ID: 99999999
Prepper Error....
Prepper Error.....
Prepper Error Count: 2
Batch Number ID: 88888888
Prepper Error....
Prepper Error.....
Prepper Error....
Prepper Error.....
Prepper Error Count: 4
So Now what I need in the "Prepper Name Footer is a total of all errors per "Prepper Name"? Do I do the DSum here?
I was thinking =DSum("[Prepper Error Count]", '[Error Counts]", "[Prepper Name]")
but this returns and Error# I am so new at the DSum process I am clueless. How should I do this?
Last edited: