A
Amateur
I have a report with a subreport.
I would like that the subreport is not shown if there is no data to show.
I am trying to do this with creating a code on the OnActivate event of the
main report – without any luck, because I have not the slightest idea how to
continue. This is what I thought is correct so far (can someone tell me how
it should be correct?
If Me![deporesponsable].Report.HasData = False Then ……… No idea how to
continue
Thanks for any help
Klaus
I would like that the subreport is not shown if there is no data to show.
I am trying to do this with creating a code on the OnActivate event of the
main report – without any luck, because I have not the slightest idea how to
continue. This is what I thought is correct so far (can someone tell me how
it should be correct?
If Me![deporesponsable].Report.HasData = False Then ……… No idea how to
continue
Thanks for any help
Klaus