using VBA to determine which page a subreport is currently on

  • Thread starter Thread starter a
  • Start date Start date
A

a

Hello,

within the detail_format() function can VBA determine which page the
sub-report is currently on?

thanks
 
You can try (untested) code like:
Me.Parent.Report.Page
to get the parent page. You might need a control on the main report bound to
[Page].
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top