I don't understand what you mean by this:
me.txtTotal = [eng total]
assuming txtTotal is the control name of the field where the total will be displayed.
[eng total] is the control name where the total is displayed.
Please tell me where I'm going wrong as I'm supposed to finish this project...
I tried the above but it did'nt seem to have any affect.
The formatcount = 1 when each record is displayed and when the footer is displayed as well.
I did play around with it for some time but no joy.
It might be me using the formatcount wrongly
please advise!!
Thanks
Matt
[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
If...
[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...