handlebarry
Technical User
Hi,
I'm running a report with several subforms. Each of these subforms is based on a query that counts the instance of something.
However when the query returns no data the subreport does not show.
I been working with the subreports no data property:
Private Sub Report_NoData(Cancel As Integer)
Me.Visible
Me.txtcountexample = "0"
This is not working at all, I'm I on the right lines or should I be using on open, or the master reports on open
thanks in advance
I'm running a report with several subforms. Each of these subforms is based on a query that counts the instance of something.
However when the query returns no data the subreport does not show.
I been working with the subreports no data property:
Private Sub Report_NoData(Cancel As Integer)
Me.Visible
Me.txtcountexample = "0"
This is not working at all, I'm I on the right lines or should I be using on open, or the master reports on open
thanks in advance