[englishlet] has a value 1 or 0 if a pupils grade is between A* and C
I have the following code to create a running total on the footer of a report
If [recordcount] = 1 Then [englishlet] = 0 'resets values to 0
If [recordcount] = 1 Then [eng total] = 0 'resets values to 0
[englishlet] = 0...