Ok, I have these fields from my form:
Batch Number ID:
Document Count: (for Preppers)
Manual Count: (for Indexers)
Prepper Name
Indexer Name
Prepper Errors:
Indexer Errrors
In my reports I want to take a batch: and have the document count or the manual counts (I wil have two diff reports for Preppers and Indexers) to sum up. So I will have a batch.. either a Prepper name or Indexer name. and Document Counts (or Manual counts which manes how many documents were in that batch) and how many errors in that batch. In my reports the document count is duplicating with each error.. So how do I show only one document count PER batch? How do I then sum up how many documents for each individual Batch? For example at the end of my report I am auditing how many batches the Prepper(or indexer) did and how many documents for each batch.. and for the individual batches how many errors there were?
How would I use Distinct Counts? because I will have duplicates because I could very well have a two batches of documents with let's say 250 documents in it?? HELP I need to get these reports finished.
Batch Number ID:
Document Count: (for Preppers)
Manual Count: (for Indexers)
Prepper Name
Indexer Name
Prepper Errors:
Indexer Errrors
In my reports I want to take a batch: and have the document count or the manual counts (I wil have two diff reports for Preppers and Indexers) to sum up. So I will have a batch.. either a Prepper name or Indexer name. and Document Counts (or Manual counts which manes how many documents were in that batch) and how many errors in that batch. In my reports the document count is duplicating with each error.. So how do I show only one document count PER batch? How do I then sum up how many documents for each individual Batch? For example at the end of my report I am auditing how many batches the Prepper(or indexer) did and how many documents for each batch.. and for the individual batches how many errors there were?
How would I use Distinct Counts? because I will have duplicates because I could very well have a two batches of documents with let's say 250 documents in it?? HELP I need to get these reports finished.