Len

Use the form's Controls collection.
[vba]
For i = 1 To 80
CurrentChkBox = ?ChkBx? & i
CurVal = Me.Controls(CurrentChkBox)
Next
[/vba]