In VB I'm trying to reference fields in my subreport but for some reason it will not recognize this reference.
Here's the reference I wrote:
Reports!MainReport!SubReport.Report!Field1.Visible = False
When runinng this script I get the following error:
Run time error '2455':
You entered an expression that has an invalid reference to the property Form/Report.
Aren't I using the right reference? Please help! Thanks
Here's the reference I wrote:
Reports!MainReport!SubReport.Report!Field1.Visible = False
When runinng this script I get the following error:
Run time error '2455':
You entered an expression that has an invalid reference to the property Form/Report.
Aren't I using the right reference? Please help! Thanks