G
Guest
Hello,
I know to create checkbox on continiuos form that will check the other
other checkboxes on the same form.
it go like this.......
" Dim ctrl As Control
For Each ctrl In Me.Controls
If ctrl.ControlType = acCheckBox Then
ctrl = Me.ActiveControl
End If
Next ctrl "
but now i want to check only those records that gos after (below)
the check box that i check.
HOW ?
I know to create checkbox on continiuos form that will check the other
other checkboxes on the same form.
it go like this.......
" Dim ctrl As Control
For Each ctrl In Me.Controls
If ctrl.ControlType = acCheckBox Then
ctrl = Me.ActiveControl
End If
Next ctrl "
but now i want to check only those records that gos after (below)
the check box that i check.
HOW ?