Access 97. Report, after the detail section I have a "counsel footer" with<br>
many fields of calculations. Below are a few samples:<br>
=Abs(Sum([Court1]="Bureau")<br>
=Abs(Sum([Court1]="WCAC-APPELLEE" Or<br>
[COURT1]="WCAC-APPELLANT")<br>
All of these calculations seem to work fine except this one:<br>
=Abs(Sum([Court1]="COA-APPELLEE" Or<br>
[COURT1]="COA-APPELLANT")<br>
When details records have completed for the 1st atty then the counsel<br>
footer with calculations, but when the next atty records complete the<br>
counsel footer reflects the wrong output for this calculation. What is<br>
wrong? It appears that the field is not emptying out from the prior<br>
calculation. What should I do?
many fields of calculations. Below are a few samples:<br>
=Abs(Sum([Court1]="Bureau")<br>
=Abs(Sum([Court1]="WCAC-APPELLEE" Or<br>
[COURT1]="WCAC-APPELLANT")<br>
All of these calculations seem to work fine except this one:<br>
=Abs(Sum([Court1]="COA-APPELLEE" Or<br>
[COURT1]="COA-APPELLANT")<br>
When details records have completed for the 1st atty then the counsel<br>
footer with calculations, but when the next atty records complete the<br>
counsel footer reflects the wrong output for this calculation. What is<br>
wrong? It appears that the field is not emptying out from the prior<br>
calculation. What should I do?