473,385 Members | 1,983 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

page orientation and letterhead

This is easy to do in word but is it possible in access?

I want the first page to print on company letterhead and other pages
to print on regular paper. Some of the pages I want landscape, others
I want to remain portrait.

The printer properties only allow me to set at design time. Stuff like
this doesn't work:

Private Sub Report_Page()
Select Case Me.Page
Case 1
Me.Printer.Orientation = acPRORLandscape
Me.Printer.PaperBin = 1
Case 2
Me.Printer.Orientation = acPRORPortrait
Me.Printer.PaperBin = 2
End Select
End Sub
---------------

Any way to allow this to be set at runtime? This is a huge mailing and
hand collation is not an option.

Maybe there's a web page to show me how to use word to do this?

One of the problems is that there are lists of items that must be
printed in the report - a job for the 'subreport'. It's not just a
simple merge.
Christian

Apr 9 '07 #1
1 3312
ch************@yahoo.com wrote:
This is easy to do in word but is it possible in access?

I want the first page to print on company letterhead and other pages
to print on regular paper. Some of the pages I want landscape, others
I want to remain portrait.

The printer properties only allow me to set at design time. Stuff like
this doesn't work:

Private Sub Report_Page()
Select Case Me.Page
Case 1
Me.Printer.Orientation = acPRORLandscape
Me.Printer.PaperBin = 1
Case 2
Me.Printer.Orientation = acPRORPortrait
Me.Printer.PaperBin = 2
End Select
End Sub
---------------

Any way to allow this to be set at runtime? This is a huge mailing and
hand collation is not an option.

Maybe there's a web page to show me how to use word to do this?

One of the problems is that there are lists of items that must be
printed in the report - a job for the 'subreport'. It's not just a
simple merge.
Christian
You want to send the 1st page to 1 printer and the rest of the report to
another printer. On the second printer print some pages in portrait,
others in landscape.

Access has a real nice report writer. It is not a word processor.

Perhaps Crystal Reports has such capabalities. You could send them a
query at their web site.

If it can be done in Word you might want to ask in a Word newsgroup
(there's quite a few) how you can write the VBA code to accomplish your
request.



Apr 10 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Yaron Cohen | last post by:
Hi, I would like to ask for your help. I am using IE5.5. I have a wide page with horizontal scroll bar. The problem is that I get only 1 page when printing it using "file->print" or...
6
by: Biguana | last post by:
Hi, Just wondering if anyone can help here. We have a site where most of the site opens in a window with no toolbars or menubar: window.open('mypage.aspx','self','toolbar=0, menubar=0, etc,...
0
by: Niyazi | last post by:
Hi all, This my aspx page first line of code. <%@ Page CodeBehind="index.aspx.vb" Language="vb" AutoEventWireup="false" Inherits="TB.index" %> Than inside head tag I have following script(s)...
2
by: tom | last post by:
Hi All, Using VBA, I would like to be able to examine a report in design mode and determine its page orientation (landscape or portrait). I do not want to change the orientation. I'm fine...
9
by: Sean McKaharay | last post by:
Since no one can answer the following question: I have a issue. I need to create a command line application/or windows application that will take 2 parameters and will print to the default...
2
by: Yelena Kaplun | last post by:
Hi, I'm trying to customize print settings while streaming HTML content into Excel. I'm using ASP.NET 1.1 and Excel 2003. While some printer settings like Margins are working correctly, I cannot...
0
by: Fred Nelson | last post by:
Hi: I'm writing a vb.net program that will need to create print documents that print on envelopes, letterhead, and second sheets (plain paper). I need to be able to control the form from my...
0
by: matvin | last post by:
When generating .NET Crystal Reports with Page Orientation as Landscape, a Blank page gets generated along with the report. But this is not the case when the page orientation is set with Portrait.Any...
0
by: brett | last post by:
Hi, I need to build a pdf report by using Crystal report which including several subreport. The problem is that the primary page orientation is portrait and some subreports' orientation is...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.