B
bw
Fredg recommends going to this site to reset page numbers:
http://www.mvps.org/access/reports/rpt0013.htm
I'm doing something wrong.
1. From where is the indicated procedure called?
Private Sub PageFooter_Format(Cancel As Integer, FormatCount As
Integer)
I get the following procedure when I select the PageFooter, and then
select the On Format event:
Private Sub PageFooterSection_Format(Cancel As Integer, FormatCount
As Integer)
Why are they different?
2. I replace "Me!Salesperson" as indicated in the instructions with
"Me!WUID",
which has been selected in the "Sorting and Grouping" dialog box,
but I then get an error message as follows:
Run-time error '2465':
Microsoft access can't find the field 'WUID' referred to in your
expression.
It seems as though I'm putting the code at the site referred to by Fredg
in the wrong event...so where is it suppose to go?
If 'WUID' is recognized by the 'Sorting and Grouping' dialog, then why
doesn't it recognize it in the event procedure?
Thanks for your help,
Bernie
http://www.mvps.org/access/reports/rpt0013.htm
I'm doing something wrong.
1. From where is the indicated procedure called?
Private Sub PageFooter_Format(Cancel As Integer, FormatCount As
Integer)
I get the following procedure when I select the PageFooter, and then
select the On Format event:
Private Sub PageFooterSection_Format(Cancel As Integer, FormatCount
As Integer)
Why are they different?
2. I replace "Me!Salesperson" as indicated in the instructions with
"Me!WUID",
which has been selected in the "Sorting and Grouping" dialog box,
but I then get an error message as follows:
Run-time error '2465':
Microsoft access can't find the field 'WUID' referred to in your
expression.
It seems as though I'm putting the code at the site referred to by Fredg
in the wrong event...so where is it suppose to go?
If 'WUID' is recognized by the 'Sorting and Grouping' dialog, then why
doesn't it recognize it in the event procedure?
Thanks for your help,
Bernie