Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Reports / Printing / June 2005

Tip: Looking for answers? Try searching our database.

Predefine lines printing in a report

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
mashype - 06 Jun 2005 19:49 GMT
Can someone please tell be how to print a report that only prints
predefine number of records on each page

--
mashyp
Marshall Barton - 06 Jun 2005 22:39 GMT
>Can someone please tell be how to print a report that only prints a
>predefine number of records on each page.

Typical way to do this is to add a detail counter text box,
named txtDtlCntr to the detail section.  Set it control
source expression to =1 And RunningSum to Over All.

Also add a line control named linNewPage at the very bottom
the the detal section.

Now you can use code in the detail section's Format event:
    Me.linNewPage = (txtDtlCntr Mod predefinednumber) = 0

Signature

Marsh
MVP [MS Access]

mashype - 07 Jun 2005 14:55 GMT
Thanks it worked

--
mashyp
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.