Hi,
What you are trying to create is a Horizontal Page break in Access. You
can only implement a Vertical Page break in Access.
As a workaround you may want to try using a subReport in your Report's
Footer. Example:
Main Report prints these columns
Name fga fgm f% 2a 2m 2% 3a 3m 3% totpt
SubReport that resides in the Main Report's Footer prints these columns
Name dreb oreb totreb ast blksh
Now the hard part would be forcing a page break in the main report AND the
subReport. Take a look at ACC: How to Control the Number of Records
Printed Per Page
http://support.microsoft.com/default.aspx?scid=kb;en-us;119075
IMPORTANT: you can't force a page break in a subReport
I hope this helps! If you have additional questions on this topic, please
respond back to this posting.
Regards,
Eric Butts
Microsoft Access Support
"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
<
http://www.microsoft.com/security/security_bulletins/ms03-026.asp> and/or
to visit Windows Update at <
http://windowsupdate.microsoft.com/> to install
the patch. Running the SCAN program from the Windows Update site will help
to insure you are current with all security patches, not just MS03-026."
--------------------
| Content-Class: urn:content-classes:message
| From: "confused" <
[email protected]>
| Sender: "confused" <
[email protected]>
| Subject: Please Help. How do I do this?
| Date: Wed, 25 Feb 2004 09:08:38 -0800
| Lines: 26
| Message-ID: <
[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcP7wgLl6HIsstgLSzOunZzbe30KUw==
| Newsgroups: microsoft.public.access.reports
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.access.reports:131844
| NNTP-Posting-Host: tk2msftngxa08.phx.gbl 10.40.1.160
| X-Tomcat-NG: microsoft.public.access.reports
|
| I am tring to print out basketball stats for my team.
| The first "column" is the players name then their stats.
| I have to many fields that will fit across the page so...
| naturally they are forced onto another page.
| I would like to have the fields that don't fit get printed
| below the tenth player. The first "column" would show the
| players name and then the remaining stat fields.
|
| Name fga fgm f% 2a 2m 2% 3a 3m 3% totpt
| andy
| art
| bart
| bob
| chris
|
| Rather than being forced to a new page, start printing
| again after chris with the player name and new field names:
|
| Name dreb oreb totreb ast blksh
| andy
| art
| bart
| bob
| chris
|
| Any help would be greatly appreciated. Thanks.
|