Results 1 to 4 of 4
  1. #1
    dczeman is offline Novice
    Windows XP Access 2007
    Join Date
    Mar 2013
    Posts
    2

    Multiple Reports from refreshing dataset

    I receive a weekly excel spreadsheet that contains data for all employees in my company. Employees are grouped into buckets. I am interested in creating a separate report for each employee in my department's bucket on a weekly basis to show their office's their relevant records.

    Is there a way to setup a one-click process that will create all of these reports in an easily e-mailed format?

    Thanks,
    David

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    dczeman is offline Novice
    Windows XP Access 2007
    Join Date
    Mar 2013
    Posts
    2
    Thanks. I guess I'm less interested in the e-mailing of the reports and more interested in just being able to use a one-step (or click) process that will filter out the records by employee and create a separate report for each.

    I am familiar with excel and basic access for querying but not so much in writing SQL strings or programming so would need a bit more of a novice approach to this if possible.

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    The same technique can be adapted, using OutputTo or TransferSpreadsheet to create files instead of emailing. The basic bit is to loop a table/query of employees and create a report for each. The first link shows a way to let the report filter itself, there's a link within for the looping method (which has does some other things that can be dropped).
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Multiple Sub Reports
    By Top Fuel Friday in forum Reports
    Replies: 8
    Last Post: 02-17-2014, 11:37 AM
  2. How to run macro on filtered dataset
    By FredLanger in forum Forms
    Replies: 7
    Last Post: 04-02-2012, 12:27 PM
  3. Dataset returning different results
    By Juan23 in forum Programming
    Replies: 8
    Last Post: 09-16-2011, 03:03 PM
  4. Help filtering a dirty dataset
    By za20001 in forum Queries
    Replies: 0
    Last Post: 04-16-2011, 10:51 AM
  5. Replies: 1
    Last Post: 03-09-2010, 10:23 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