G
Guest
Wihtout using grouping or forcing a new page or the page break control in
report design mode, how do you force a new page in the vb editor? Depending
on certain conditions, I want the code in the report to insert or start on a
new page right then and there. The closest thing I know is this:
GroupHeader0.forcenewpage = 1 but it does not take effect until the next time
the group header format comes around. Is there like a doCmd.newpage or
something I can use? I want certain report information to start on a new
page based on conditions. Anyone know the answer?
Thanks for any help
report design mode, how do you force a new page in the vb editor? Depending
on certain conditions, I want the code in the report to insert or start on a
new page right then and there. The closest thing I know is this:
GroupHeader0.forcenewpage = 1 but it does not take effect until the next time
the group header format comes around. Is there like a doCmd.newpage or
something I can use? I want certain report information to start on a new
page based on conditions. Anyone know the answer?
Thanks for any help