P
PosseJohn
I have a form that has many checkboxes. I would like to initialize all of
them to false.
What code would cycle thru the controls and determine if it is a checkbox?
For Each chk in Me.Controls
If ????
Me.Controls(chk) = False
End If
Next
them to false.
What code would cycle thru the controls and determine if it is a checkbox?
For Each chk in Me.Controls
If ????
Me.Controls(chk) = False
End If
Next