Put a button on a form and in the On_Click event for the button, put a
line like this for each report:

DoCmd.OpenReport "Report",acViewPreview,,"[ID]=" & CurrentRecordID

Change "Report" to the name for each line.  You can add a criteria
portion to this command (the last part I've put in here) if you only
want to print it for the current record.

Tobi

-----Original Message-----
From: AccessDevelopers@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of e8b8p
Sent: Tuesday, January 17, 2006 2:29 PM
To: AccessDevelopers@yahoogroups.com
Subject: [AccessDevelopers] Printing Multiple Access Reports


I have a form listing all the reports.  I would like to be able to 
select several of these reports and print them out in sequence with a 
click of 1 button.  Can you help me with this code?

Any help would be appreciated.

Eric







Please zip all files prior to uploading to Files section. 
Yahoo! Groups Links



 





Please zip all files prior to uploading to Files section. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AccessDevelopers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to