Report Question?

D

Dave

I preformed the following steps and it says that it can not find the Macro
"Me" or whatever I name it. How can I fix this???

I would place a page break control at the bottom of the detail section and
name it "MyPageBreak". Add a text box to the detail section of the report:
Name: txtCount
Control Source: =1
Running Sum: Over All
Visible: No
Then add code to the On Format event module of the detail section:
Me.MyPageBreak.Visible = (Me.txtCount Mod 2 = 0)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Show most recent from Subreport 1
Query For Many Most Recent Dates 1
Percentages in Reports 3
ADD EXTRA REPORT HEADER 3
Report Footer 3
Total in report footer 1
Wrong Sum in Report Footer 2
Drawing on reports? 7

Top