AnnusHorribilis
Registered User.
- Local time
- Today, 03:50
- Joined
- Apr 12, 2005
- Messages
- 13
I want to loop through labels on a form header to check if they are visible, but my syntax isn't working.
I am using:
For each ctl in Me.Form header
If ctl.controltype = acLabel Then......
....Next ctl
But I get an error message: Doesn't support this property or method.
Is there another way just to loop thro' the header?
I am using:
For each ctl in Me.Form header
If ctl.controltype = acLabel Then......
....Next ctl
But I get an error message: Doesn't support this property or method.
Is there another way just to loop thro' the header?