Is this by Microsofts' design?
My sub-report contains:
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
Me.Parent.[PageBreak].Visible = RecCount Mod 10 = 0
End Sub
I put a breakpoint above and the code is being executed but there is no affect in the parent form where...
Hello,
I have a report which contains a sub report. The sub report displays items from an invoice and it is set to display "QTY|DESCRIPTION|AMOUNT QTY|DESCRIPTION|AMOUNT" across the top (as you can see the header is being repeated in column 2 by fixing the sub-report height to only have enough...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.