uscctechnician
Technical User
Hello everyone,
I have checked and found some posts relating to this but I am unclear on the content and therfore am hoping someone could point me in the right direction.
I am in Access 2003, and have a report set up. In this report, there are multiple subreports, each having a page break so each subreport starts on a new page. Everything works fine.
What I am running into, is if a subreport has no data at all, I still get the blank page due to the pagebreak. I saw some other post that referred to the following code:
Private Sub Report_NoData(Cancel As Integer)
Cancel = -1
End Sub
But I do not see a "NoData" option under the subreport properties.
I would just like if the subreport has no data, to just not print the blank page and just go and print the next subreport.
thanks in advance!!
I have checked and found some posts relating to this but I am unclear on the content and therfore am hoping someone could point me in the right direction.
I am in Access 2003, and have a report set up. In this report, there are multiple subreports, each having a page break so each subreport starts on a new page. Everything works fine.
What I am running into, is if a subreport has no data at all, I still get the blank page due to the pagebreak. I saw some other post that referred to the following code:
Private Sub Report_NoData(Cancel As Integer)
Cancel = -1
End Sub
But I do not see a "NoData" option under the subreport properties.
I would just like if the subreport has no data, to just not print the blank page and just go and print the next subreport.
thanks in advance!!