OnPage of subreport is not triggered

  • Thread starter Thread starter Albert
  • Start date Start date
A

Albert

I use Access97.

I have a report with a subreport. I write code in subreport's OnPage to draw
lines. But it is not triggered. If I open subreport as a report itself, this
code run.

Have any solution ?

TIA,
Albert
 
There are no page sections or events in subreports. You would need to change
your code to a section or some other event.

Duane Hookom
MS Access MVP
 
Back
Top