You're welcome . . . though I need to correct . . . I was thinking you
might be triggering the print event from a form button, but instead of the
click event I mentioned, you can set it on the open event of your form or
however you think is the best way for you to set up and handle the need,
it's very flexible.
Cathy
"Glenda Wells"
<gwells@xxxxxxxxxxx To: <mso@xxxxxxxxxxxxx>
>
Sent by: cc:
mso-bounce@freelist
s.org Subject: [mso] Re: Access
01/28/2005 09:08 AM
Please respond to
.....
mso
I was just using print from the file menu. The code here may help.
Thanks Cathy. /g
-----Original Message-----
From: Cathy.Evans@xxxxxxxxx [mailto:Cathy.Evans@xxxxxxxxx]
Sent: Thursday, January 27, 2005 10:04 PM
To: mso@xxxxxxxxxxxxx
Subject: [mso] Re: Access
How are you printing, from the report or from code? You can put this
on a click event to print one page:
DoCmd.OpenReport "ReportName", acNormal, "", "", , acNormal
DoCmd.PrintOut acPrintAll, 1, 1, acHigh, 1, True
_____________________________________________
Is there any way to tell access to only print page of a multi-page
report?
I get a report for about 100 people. Some people's data takes more than
2 pages but I only need the first page for each record.
Any advice appreciated. /glenda
-----------------------------------------------------------------------------------------------------
The information transmitted is intended only for the person
or entity to which it is addressed and may contain proprietary,
business-confidential and/or privileged material.
If you are not the intended recipient of this message you
are hereby notified that any use, review, retransmission,
dissemination, distribution, reproduction or any action taken
in reliance upon this message is prohibited. If you received
this in error, please contact the sender and delete the
material from any computer. Any views expressed in this message
are those of the individual sender and may not necessarily reflect
the views of the company.
-------------------------------------------------------------------------------------------------------
*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or
MicrosoftOffice@xxxxxxxxxxxxxxxx
To send mail to the group, simply address it to mso@xxxxxxxxxxxxx
To Unsubscribe from this group, send an email to
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the quotes) in
the subject line.
Or, visit the group's homepage and use the dropdown menu. This will also allow
you to change your email settings to digest or vacation (no mail).
http://www.freelists.org/webpage/mso
To be able to use the files section for sharing files with the group, send a
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation with
instructions. Once you are a member of the files group, you can go here to
upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************