S
Susan
I've read all the posts about resetting page of pages on reports, but still
can't make it work in mine. I'm using:
http://www.mvps.org/access/reports/rpt0013.htm
I copied the code verbatim and changed to my group name.
I added the unbound text box named ctlGroupPages.
When I preview this, my report works, but this text box which should have my
page numbers is empty.
When I added the text box in the page footer and set the source to =Pages, I
can't even preview my report! It says it can't find the field
"ctlGroupPages" referred to in my expression, and wants to debug and when I
let it, it shows me the yellow highlighted line:
Me!ctlGrpPages = "Group Page " & GrpArrayPage(Me.Page) & " of " &
GrpArrayPages(Me.Page)
I've been reading posts and "tweaking" for hours with no luck...can anybody
give me any suggestions??
can't make it work in mine. I'm using:
http://www.mvps.org/access/reports/rpt0013.htm
I copied the code verbatim and changed to my group name.
I added the unbound text box named ctlGroupPages.
When I preview this, my report works, but this text box which should have my
page numbers is empty.
When I added the text box in the page footer and set the source to =Pages, I
can't even preview my report! It says it can't find the field
"ctlGroupPages" referred to in my expression, and wants to debug and when I
let it, it shows me the yellow highlighted line:
Me!ctlGrpPages = "Group Page " & GrpArrayPage(Me.Page) & " of " &
GrpArrayPages(Me.Page)
I've been reading posts and "tweaking" for hours with no luck...can anybody
give me any suggestions??