In Access 2000, I have a report consisting of the 2 headers.
Header 1 is called "PaymentDate"
Header 2 is called "CreditNote"
I need to count the number of records returned in header "CreditNote"
The only field in header "CreditNote" is "CreditNoteId"
e.g, a PaymentDate may have 0, 1 or 4 CreditNotes. I need to know how many.
I have tried including a field in the "CreditNote" footer = count([CreditNoteId]) but this counts the number of records in the reports "detail" section.
I have also tried adding a text box to the Header "PaymentDate" & put the control source as =1 & set the Running sum (under Data) to Over Group / Over All but with no success!
How can I count the number of records returned in header "CreditNote
Header 1 is called "PaymentDate"
Header 2 is called "CreditNote"
I need to count the number of records returned in header "CreditNote"
The only field in header "CreditNote" is "CreditNoteId"
e.g, a PaymentDate may have 0, 1 or 4 CreditNotes. I need to know how many.
I have tried including a field in the "CreditNote" footer = count([CreditNoteId]) but this counts the number of records in the reports "detail" section.
I have also tried adding a text box to the Header "PaymentDate" & put the control source as =1 & set the Running sum (under Data) to Over Group / Over All but with no success!
How can I count the number of records returned in header "CreditNote