Move Next Page in Report using Code

  • Thread starter Thread starter Ken Chan
  • Start date Start date
K

Ken Chan

I am using recordset to get data and draw line chart.

Is there a way to advance to next page in report to plot my next data?

1) Report : unbound
2) Not using Chart Wizard

Regards.
Ken
 
Hi,

Records can range for hundreds, and I have design in detail, think page
break cannot work for me.

Is there code to advance to next record in report?

Thanks.
Ken
 
Hmm,
what do you mean then with "advance to next record"? Well, perhaps you can
just use detail section format event to run your code. you can't refer to
other pages, but you can refer to a recordset report based on, and locate
there required record.

--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
 

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