page num on a report - unusual

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello,

I GOT A GOOD PROGRAM FOR MY PROBLEM (THIS FORUM)
BUT IT DOS'NT WORK,
CAN YOU HAVE ASUGGESTION WAY ?

THE PROBLEM:
i have a report with many 'sub unit' for 'main unit'.
when i want to print the report for all the 'main units'
together, i get the page nums sequntly from 1 until the end
...but, i want the pages will start from the start (1) on every new 'main
unit'.

THE PROGRAM:
There is no built in method to do this with access. Have a look at this
link for a work-around
http://www.mvps.org/access/reports/rpt0013.htm
Wayne
 
The sample code cited does exactly what you're asking for.

What changes did you make to the sample code to try and make it work with
your data?
 
thank you,

I change 'Me!Salesperson ' TO Me!(the unit in my form)

and the name of the control in the footer of the report to 'ctlGrpPages '

as the instruction tells me
 

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