C
CJ
Hi Groupies
I used the On No Data event on my subreport so that if it has no data, it
does not print. However, if the sub does not print, I also want two text
boxes on the main report to not be visible either.
I have entered the following code in every event that I can think of, with
no luck.
If Me.rsubReconcileOnGround.Report.Visible = False Then
Me.txtBoxesAfterRec.Visible = False
Any ideas?
I used the On No Data event on my subreport so that if it has no data, it
does not print. However, if the sub does not print, I also want two text
boxes on the main report to not be visible either.
I have entered the following code in every event that I can think of, with
no luck.
If Me.rsubReconcileOnGround.Report.Visible = False Then
Me.txtBoxesAfterRec.Visible = False
Any ideas?