Microsoft Access Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesMicrosoft Access Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old August 3rd, 2004, 04:25 PM
ktrails ktrails is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 5 ktrails User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Force each report detail to start on odd number pages

Hi,

I have a report and I want each detail record to start printing out on an odd-numbered page. The reason is that the report will be printed double-sided, and I want each detail record starting out on its own sheet of paper, rather than on the back of a previous record's page.

I'm not sure how to do this - I'm already using ForceNewPage = Before Section to make sure that the detail starts on a new page, but in cases where that (new) page would be even-numbered, I need to insert a 'this page intentionally left blank' page and start up on an odd-numbered page.

I'm using Access 2002 on Windows XP with all the latest patches for both.

thanks in advance,

-jeff

Reply With Quote
  #2  
Old August 5th, 2004, 10:21 AM
ktrails ktrails is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 5 ktrails User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I got this to work as follows:

added a group footer to my report
added two page breaks to the group footer

added code as such to the GroupFooter0_Format subroutine:

Dim viz as Boolean
viz = (Me.Page Mod 2 = 1)
Me!pb1.Visible = viz
Me!pb2.Visible = viz

Seems to work okay

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesMicrosoft Access Development > Force each report detail to start on odd number pages


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway