A
alex
hello community,
Can somebody tell me if i can display page numbers on a
label for my report in access. I use labels because i want
to export my report to Excel and if it's a text box for
page numbering,then it gets exported to .xls sheet as a
separate column, whereas labels don't.
In my source code i go
Me.lblPage.Caption = "Page " & [Page], but it displays the
same number on all pages
Please help
Can somebody tell me if i can display page numbers on a
label for my report in access. I use labels because i want
to export my report to Excel and if it's a text box for
page numbering,then it gets exported to .xls sheet as a
separate column, whereas labels don't.
In my source code i go
Me.lblPage.Caption = "Page " & [Page], but it displays the
same number on all pages
Please help