Re: Print Access report along with an outside checklist
- From: "bhicks11 via AccessMonster.com" <u44327@uwe>
- Date: Tue, 23 Mar 2010 12:34:15 GMT
The PrintOut method has page range option and applies to the active object.
So, open the report and run:
DoCmd.Printout acPageRange, 1,2
See Access Help.
Bonnie
Dennis wrote:
Bonnie,
Cool idea, but let me ask this question.
As I understand this solution, the Excel printout will be a sepaate spooler
file that prints independently of the main report. That is, I'm going to
guess that the Excel spread sheets will print first and the then complete
access report will print.
Someone will have to manually colate the excel print out with the access
parts tickes.
Maybe I'm way off base but I'm guessin that Gabby would like to print a part
tickets and then immediately print the excell check list. That way manually
collation of the two different reports would be minimized.
Is there any way to print a page in Access and close that spool file, which
will cause that page to be printed, run the excel shell to print the
spreadsheet, and then open a new spool file for the next page, and repeat the
process again?
I ask this question, because I have a similar issue.
Thanks
Dennis
Hi Gabby,[quoted text clipped - 32 lines]
Thanks
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-reports/201003/1
.
- Follow-Ups:
- References:
- Print Access report along with an outside checklist
- From: Gabby Girl
- Re: Print Access report along with an outside checklist
- From: bhicks11 via AccessMonster.com
- Re: Print Access report along with an outside checklist
- From: Dennis
- Print Access report along with an outside checklist
- Prev by Date: Re: syntax for count text field
- Next by Date: Re: Using Code instead of Criteria
- Previous by thread: Re: Print Access report along with an outside checklist
- Next by thread: Re: Print Access report along with an outside checklist
- Index(es):
Relevant Pages
|