Results 1 to 3 of 3
  1. #1
    techexpressinc's Avatar
    techexpressinc is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Dec 2008
    Location
    Indiana, USA
    Posts
    151

    run a half dozen reports from 1 click

    Can I trigger 6 reports to be run a the same time?


    Thanks Russ

  2. #2
    Cheshire101 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Dec 2009
    Posts
    42
    Are you using a button on a form?
    if so, in the "on Click" property filed select event procedure
    and use the code
    DoCmd.OpenReport "YourReportName"
    DoCmd.OpenReport "YourReportName2"
    DoCmd.OpenReport "YourReportName3".....and so on

  3. #3
    techexpressinc's Avatar
    techexpressinc is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Dec 2008
    Location
    Indiana, USA
    Posts
    151

    reports were not in a form

    I will try the form. I have way too much manual editting time running reports weekly.

    My final output is 18 pdf report documents.

    Currently, i run 2 reports in two different databases. The agencies are together with page breaks. I convert the document to PDF and save on my local drive then open the pdf document up in Adobe Acrobat and split the report apart by agency.

    The process ends up being a couple hours. I like to trim down to less.

    Russ

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Form on click
    By rexb in forum Forms
    Replies: 0
    Last Post: 11-16-2009, 08:49 AM
  2. On Click Event Procedure
    By MrDean in forum Forms
    Replies: 3
    Last Post: 10-07-2009, 07:16 AM
  3. Command buttom on click
    By miziri in forum Programming
    Replies: 7
    Last Post: 08-27-2009, 08:15 AM
  4. On-Click event transfer
    By nkenney in forum Forms
    Replies: 16
    Last Post: 03-26-2009, 09:02 PM
  5. Mouse click to open form
    By darryl.charles in forum Programming
    Replies: 0
    Last Post: 09-05-2008, 10:33 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums