I am trying to test the Tag value of controls in the PageFooter section of a report. Their visibility depends on their value. Is there a way to reference only the pagefooter controls instead of looking through all the controls on the report.
I am currently using
Dim ctl as Control
For Each ctl in Reports.Controls
Next ctl
I am currently using
Dim ctl as Control
For Each ctl in Reports.Controls
Next ctl