Ron
Mon May 15 07:59:33 CDT 2006
Thanks, Linda. I guess my problem is that I was trying to use C# syntax
with the page # string. Your version works just fine. Now I just have to
get the queries to sub-select the data working for this demo app.
Ron Allen
"Linda Liu [MSFT]" <v-lliu@online.microsoft.com> wrote in message
news:a%23BkmQAeGHA.220@TK2MSFTNGXA01.phx.gbl...
> Hi Ron,
>
> Thank you for posting.
>
> You could display the page number and number of pages in the header or
> footer of a report. To display a page number in the header or footer of a
> report, create a text box in the footer and add the following expression:
>
> =Globals.PageNumber & " of " & Globals.TotalPages
>
> For more information, you can refer to
>
http://msdn2.microsoft.com/en-US/library/ms252093.aspx.
>
> Hope this is helpful to you.
> If you have any other concerns or need anything else, please don't
> hesitate
> to let me know.
>
>
>
> Sincerely,
> Linda Liu
> Microsoft Online Community Support
>
> ====================================================
> When responding to posts,please "Reply to Group" via
> your newsreader so that others may learn and benefit
> from your issue.
> ====================================================
>