I've just noticed, wrong code. That is actually counting the number of controls you have on your form. Use this instead
Place it inside the signatures.
Code:
Dim rs As Recordset
Set rs = Me.Recordset
txtBoxName = Me.CurrentRecord & " of " & rs.RecordCount
Place it inside the signatures.