I'm an utter newbie at this but I know in VB6 you could do a control array and loop through controls.
I have 32 checkboxes that I want to loop through and see if they are checked or not but either I'm readin/doing this wrong but evidently I can no longer do control arrays......for example:
For I = 1 to 32
If Checkbox(I). Checked = False then
-blah-
end if
Next
my question is then how would I loop through these controls?
I have 32 checkboxes that I want to loop through and see if they are checked or not but either I'm readin/doing this wrong but evidently I can no longer do control arrays......for example:
For I = 1 to 32
If Checkbox(I). Checked = False then
-blah-
end if
Next
my question is then how would I loop through these controls?