Numbering records in a report

  • Thread starter Thread starter Chris Strug
  • Start date Start date
C

Chris Strug

Hi,

I have a report which uses a many to one based query - i.e. one "job" record
to many "addresses".

I'm creating a report which prints each "address" on its own page, repeating
the job details. For example, a job with three addresses prints 3 pages with
each unique address having its own page and the job details repeated.

What I'm after is numbering each page so that each address in a job appears
on a numbered page. I.e. Page "X" of "Y" for Job reference "Z".

Is this something I can do with the query or should I look at doing this in
the underlying query?

Thanks

Chris.
 
Back
Top