In this report, I have it subsort by "BA". In the "BA Footer" (not the page footer), I've put in a count: =Count([DtReceived])
"DtReceived" is a field in the Header. So, basically, for each "BA", I'm trying to count header records. What it is doing, though is counting the detail records, even though "DtReceived" is NOT a name of either field in my detail record.
So, for instance, BA=Jones, and has 2 Header records, so I'd like the count to say "2". Under each header is, say 3 details. The problem is my count is giving me a reply of 6, not 2, even though I've told it to count the header record....
I hope this makes sense.
How can I get this bugger counting correctly?
"DtReceived" is a field in the Header. So, basically, for each "BA", I'm trying to count header records. What it is doing, though is counting the detail records, even though "DtReceived" is NOT a name of either field in my detail record.
So, for instance, BA=Jones, and has 2 Header records, so I'd like the count to say "2". Under each header is, say 3 details. The problem is my count is giving me a reply of 6, not 2, even though I've told it to count the header record....
I hope this makes sense.
How can I get this bugger counting correctly?