How to write different days to different pages?

rebellious

New member
Local time
Tomorrow, 00:02
Joined
Oct 9, 2006
Messages
4
I have a report that is generated by the help of a form. At this report there are some rows of information. When i want to print all the information is taken to one page or let's say different days may be at the same pages. I have grouped these data accordind to the days. So i want them to be in different pages written. How can i achieve this?

Ex:

Saturday, inf1, inf2, inf3, inf4, inf5, ...infn
Saturday, inf1, inf2, inf3, inf4, inf5, ...infn
Saturday, inf1, inf2, inf3, inf4, inf5, ...infn
Sunday, inf1, inf2, inf3, inf4, inf5, ...infn
Sunday, inf1, inf2, inf3, inf4, inf5, ...infn
Sunday, inf1, inf2, inf3, inf4, inf5, ...infn
Sunday, inf1, inf2, inf3, inf4, inf5, ...infn

Sunday's must be written to one page, and saturday's to another page?

with a vba code or sth more easy? Anyone help!? Thanx
 
Just make sure a footer is available on your group for the days and put a page break (found in the toolbox just under the Bound Object Frame object) in it.
 
how can i put a page break? can u show by the help of printscreen images please
 
I'll get back to you on this one, if no one else beats me to it. Right now I am in a location that doesn't even have MS Access, but if I get back to my desk (or home) then I can do that for you.
 
Use the ForceNewPage option on the property sheet for the section.
 
Sorry I didn't come back and finish.

To use the page break (if you wish instead of ForceNewPage) you would

1. Make sure a group footer is displayed for the group you want the page break between
pb01.jpg


2. Find the page break icon and click on it.
pb02.jpg


3. Put the page break object in the footer at the very top, leaving no space.
pb03.jpg


4. Remove all space from under the page break
pb04.jpg


and that is how to use the page break object.
 

Users who are viewing this thread

Back
Top Bottom