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
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