P
Patrick
HI!!
Like my subject states, I need to know how to cycle through
all controls on form, identify which one are checkboxes
and if the tag of my checkbox="see" then render-it
visible..
Any Ideas.
This is what I've got so far!
Dim ctl as Control
For Each ctl In frm.Controls
If ctl = acCheckBox Then
' Im missing something here...
End If
Next ctl
Thanks in advance for any help you can give me!!
PAtrick
Like my subject states, I need to know how to cycle through
all controls on form, identify which one are checkboxes
and if the tag of my checkbox="see" then render-it
visible..
Any Ideas.
This is what I've got so far!
Dim ctl as Control
For Each ctl In frm.Controls
If ctl = acCheckBox Then
' Im missing something here...
End If
Next ctl
Thanks in advance for any help you can give me!!
PAtrick