S
Sarah
I am trying to count the number of unique account numbers in my report by
branch, region, and report. At first all I needed was a branch sum, so I
gave the Account Number field a header row, added a text box in it with the
control source value of 1, selected to have a running sum over the group, and
entered a field in the branch number footer that equals
[txtAccountNumberCount]. This worked perfectly to count the unique account
numbers for each branch.
Now, I need to add a Region footer that counts the unique branch numbers per
region. I also need to add a Report footer that counts the unique branch
numbers over the entire report. When I try to use the technique above to do
this (by copying and pasting the text box from the branch footer into the
region or report footer), I either get the result of "1", the total number of
accounts (not unique), or a blank. I've tried changing the running sum from
"Over Group" to "Over All" and still have not produced the desired results.
I tried creating a new txt field to use for each footer and that did not
produce the correct results either.
Is there a simple solution I am missing? I can't figure out how to make
this work.
Thanks!
branch, region, and report. At first all I needed was a branch sum, so I
gave the Account Number field a header row, added a text box in it with the
control source value of 1, selected to have a running sum over the group, and
entered a field in the branch number footer that equals
[txtAccountNumberCount]. This worked perfectly to count the unique account
numbers for each branch.
Now, I need to add a Region footer that counts the unique branch numbers per
region. I also need to add a Report footer that counts the unique branch
numbers over the entire report. When I try to use the technique above to do
this (by copying and pasting the text box from the branch footer into the
region or report footer), I either get the result of "1", the total number of
accounts (not unique), or a blank. I've tried changing the running sum from
"Over Group" to "Over All" and still have not produced the desired results.
I tried creating a new txt field to use for each footer and that did not
produce the correct results either.
Is there a simple solution I am missing? I can't figure out how to make
this work.
Thanks!