Results 1 to 4 of 4
  1. #1
    tylerhughesGPC is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    May 2016
    Posts
    2

    One series for multiple graphs

    Hello all,



    I am new to access and I am creating a simple form based on a single query. The purpose of the database is to display KPI's for our employees. I have created the multiple graphs but I am being prompted every time, for each graph, as you can imagine this is less than ideal. I have searched high and low for an answer, to no avail.

    So please, can anyone tell me how to use multiple graphs based on one series data?

    THANK YOU!

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows 8 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    What exactly are you being asked for? What makes one graph different from another?
    You could use some vba and set up a loop construct.
    You must be adding some new value(s) for each graph.

  3. #3
    tylerhughesGPC is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    May 2016
    Posts
    2
    Right now the focus is our Accounts receivables department. Our posters are being reviewed and scored on a variety of different factors( Worksheets, Lines, errors, call logs, per hour values of all, hours worked, etc) For example: I want to pull Suzy Q's KPI report. It will have a month by month graph of all of the above. So I will have a graph of worksheets completed in the month versus the prior months, a graph for lines, a graph for hours worked, and so on. Right now I am entering Suzy's name in the prompt box 10 times to populate all of the graphs. I need to type it in once and fill all of the graphs with just Suzy Q's information.

    Granted- I may be going about it the wrong way but I am all ears to changes and progress.

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows 8 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    Since it seems a repetitive task, some form of looping jumps out.
    Where exactly does the 10 come form?

    In general the automation would be along the lines of:


    get the name of the Employee for whom the graphs apply
    For i = 1 to 10
    Create/Print Graph (i) for Employee
    'this may be some thing like OpenForm "monthlyReport" for SuzyQ set up as a where clause
    Next i


    This construct would loop 10 times, and would produce the graph for SuzyQ for month1, then month2....

    You could extend this to select each employee based on some criteria and create the 10 graphs for each --all thru a loop set up.

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

Similar Threads

  1. Chart with Multiple Series from Query
    By crimedog in forum Access
    Replies: 1
    Last Post: 09-01-2015, 12:38 PM
  2. graphs
    By chr1stoper1 in forum Access
    Replies: 3
    Last Post: 08-08-2015, 11:11 AM
  3. Multiple Series Charts
    By ejnitz in forum Queries
    Replies: 1
    Last Post: 02-13-2013, 10:26 AM
  4. Graphs
    By thewabit in forum Forms
    Replies: 1
    Last Post: 01-17-2010, 10:52 PM
  5. Help with Graphs.
    By Rameez in forum Access
    Replies: 0
    Last Post: 06-29-2009, 01:41 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