Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

add blank page for printing recto-verso

Status
Not open for further replies.

nightwatchjohn

Programmer
Apr 29, 2009
4
IR
I'm trying to add a standard (unbound) text to the back of every page, like on an invoice or so but can't get it to work. Any tips on this? Googled and yahood but it seems I'm a unique case :)
 
You would have to define how you create pages. I expect each page might be a invoice so you could try place a page break and text box or label below the page break. This would assume you have your printer set up to print duplex.

Duane
Hook'D on Access
MS Access MVP
 
Hi Duane, I have a break on documentnumber so I have page header/footer, documentnumber header/footer and detaillines. I've tried putting a pagebreak in every section (one at a time) but no go. Any information I put in the page footer causes the info above to move up and eventually disappear. Any other suggestions? John.
 
I would put anything special in the Page Sections other than to hide them if the page is being printed on a backside.

Apparently each DocumentNumber creates its own page in your report. Does this print on only a single page? Do you have a DocumentNumber section footer? If so, what happens if you put a page break in the footer and also Force New Page after the section?

Duane
Hook'D on Access
MS Access MVP
 
Hi Duane, a documentnumber can go beyond 1 page. I have a DocumentNumber section footer which prints the totals of the Document. But I also have a pagefooter that prints some company blabla (address, vat,...). I've expanded the document to the right and will try to assign a value with the text in a textbox. When putting the full text (which is in a label now) in a section, the whole section expands to the full length of the label (the text fills a whole page).
 
If your text should be on the back of every page, it might be easiest to run the paper through the printer twice.

I'm not sure why you would expand the document to the right. How large is the text you want to print on the back of every page? Can we assume you have your printer set to print both sides?

Duane
Hook'D on Access
MS Access MVP
 
Something I read on the internet. Someone wanted to create a report with fields on 2 pages and the only solution was to expand the page to the right. But there were some problems when using different versions of Access.

It does work this way, only the problem of being limited to the height of the section remains.

Running it twice through the printer/copier is what they do now :) but the device has the option to print duplex.

 
This was recently discussed in these (Tek-Tips) fora. Search with selected key word(s) such as "Blank Page", "Odd Page", "Even Page" ...



MichaelRed


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top