Is is possible to loop through a collection of controls only on one tab of a tab control?
This is what I'm trying:
For Each ctlCurrent In tabMain.Pages(2)
'code
next
Access tells me "Object doesn't support this property or method" on the For Each statement. I'd like to avoid looping through all controls on the form if I can.
Thanks!
jender624
This is what I'm trying:
For Each ctlCurrent In tabMain.Pages(2)
'code
next
Access tells me "Object doesn't support this property or method" on the For Each statement. I'd like to avoid looping through all controls on the form if I can.
Thanks!
jender624