F
FergusonH
Hi! I found some posting but can't quite get this to work (I'm a vba novice
so please bear with me).
I have a report (ReportA) with a subreport (SubA). I'm trying to SubA to
display only when the sum of amounts (control name: Text1) is greater than
0.00.
The subreport is in the detail section of ReportA. There are other
subreports too.
I'm trying to use the "Me.subreportcontrol.visible = (text1 >0)" but I'm
getting errors - do I put this code in the subreport or in the main report?
thanks!
so please bear with me).
I have a report (ReportA) with a subreport (SubA). I'm trying to SubA to
display only when the sum of amounts (control name: Text1) is greater than
0.00.
The subreport is in the detail section of ReportA. There are other
subreports too.
I'm trying to use the "Me.subreportcontrol.visible = (text1 >0)" but I'm
getting errors - do I put this code in the subreport or in the main report?
thanks!