I believe the only way you can do this is if a) the count control is bound to report recordset, and b) you are using subreports to display the zone and district information.
If this is the case, you can add the following line to your code where appropriate:
DoCmd.GoToRecord , , AcNext
This...