Thank you for the information - I'm sure this will work once I get
around just a bit of a snag...
Since I need to have 3 groups of data per page, I modified your
instructions as follows: (changes in UC)
You could add a page break named [PageBreak3] at the bottom of the
GROUP FOOTER
section. Add a text box to the GROUP FOOTER section:
Name: txtCount
Control Source: =1
Running Sum: over all
Visible: No
Then add code to the On Format event of the GROUP FOOTER section like:
Me.PageBreak3.Visible = (Me.txtCount Mod 3 = 0)
When I print preview, I get the following error message:
"Can't find the object 'Me'. If 'Me' is a new macro or macro group,
make sure you have saved it and that you have typed its name
correctly."
I placed the code directly on the On Format line for the Group Footer
section.
What am I missing that Access can't find the 'Me' object? I'm using
Access 2007, BTW.
Thanks again!
