S
Sean
Hi all,
My brain hurts today (as it does most ). If someone would help me here
I would really appreciate it.
I have two tables - tblBox and tblBatches. In tblBox there are fields
denoting the range of batch numbers in the box. They are named
[StartingBatch] and [EndingBatch]. In tblBatches we have the data for each
batch. Specifically, it contains [BatchNumber] and [RecordCount].
[RecordCount] is the number of records in each batch.
Now, what I want -- in English is: The total number of records in each box.
AKA: Sum of [RecordCount] for each box in tblBox where [BatchNumber] is
BETWEEN [StartingBatch] AND [EndingBatch].
Any help is GREATLY appreciated. Thanks
Sean
My brain hurts today (as it does most ). If someone would help me here
I would really appreciate it.
I have two tables - tblBox and tblBatches. In tblBox there are fields
denoting the range of batch numbers in the box. They are named
[StartingBatch] and [EndingBatch]. In tblBatches we have the data for each
batch. Specifically, it contains [BatchNumber] and [RecordCount].
[RecordCount] is the number of records in each batch.
Now, what I want -- in English is: The total number of records in each box.
AKA: Sum of [RecordCount] for each box in tblBox where [BatchNumber] is
BETWEEN [StartingBatch] AND [EndingBatch].
Any help is GREATLY appreciated. Thanks
Sean