James Brooks code to determine "Page x of n"

B

Bill

In James Brooks code to determine "Page x of n"
for a group, the expression "If Me.Pages = 0" in
and of itself does not force Access to make a
second pass to determine the total number of pages.
Rather, one needs to at least have an unbound text
box with data source "=pages" somewhere within
their report's design. In my case, I put it in the page
footer section in order for Jim's code to take the
desired code path on the second formatting pass.

Bill
 

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

Top