I have a report, that has many subreports and each of these produce a text box. Based on the results of evaluating the text boxes, I would like to make a subreport visible/not visible however I am having difficulty accessing the value of the subreport textbox in VBA. When I try to access the value on the Detail Print event I get the error
'You entered an expression that has no value'
However, I can clearly see that it does how a value when I view the report. But I can't access it so I can evaulate it.
Anybody know what's going on.
-Log
'You entered an expression that has no value'
However, I can clearly see that it does how a value when I view the report. But I can't access it so I can evaulate it.
Anybody know what's going on.
-Log