Results 1 to 2 of 2
  1. #1
    ejnitz is offline Novice
    Windows XP Access 2010 64bit
    Join Date
    Feb 2013
    Posts
    2

    Multiple Series Charts

    First off, I am very new to MS Access and so this may be a trivial question, but I have spent far too long messing around with the SQL without being able to figure it out, so I am hoping someone can help me out.



    Basically I need to combine the two following charts into one chart, as two separate series. I can make each of the charts individually just fine,
    but I have tried every way of combining them that I can think of without success. I feel like this should be a really simple thing to do that I am just overlooking due to lack of experience. The best I can do is to create a chart with both series on it, but the counts for each month are always the same (i.e. there would just be two columns for every one column in the first graph, with all the same values). Any help with this would be greatly appreciated.

    Here are the two charts I am trying to combine and their SQL
    Click image for larger version. 

Name:	charts.JPG 
Views:	12 
Size:	32.4 KB 
ID:	11147

    Code:
    SELECT [Manager Deliv Month].Expr6, Count(*) AS [Count]
    FROM [Manager Deliv Month]
    GROUP BY [Manager Deliv Month].Expr6;
     
    SELECT [Manager Deliv Month].Expr3, Count(*) AS [Count]
    FROM [Manager Deliv Month]
    GROUP BY [Manager Deliv Month].Expr3;

  2. #2
    ejnitz is offline Novice
    Windows XP Access 2010 64bit
    Join Date
    Feb 2013
    Posts
    2
    I found a solution, or at least a work around, in the way I was organizing the data. I would still be interested in hearing any replies if there is a simple way to have done this, especially for the sake of anyone else in my position who is hoping for an answer.

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

Similar Threads

  1. Multiple column charts for the same query
    By SltPhx in forum Queries
    Replies: 2
    Last Post: 08-29-2012, 12:39 AM
  2. Multiple linked charts in a report
    By gonzo79 in forum Reports
    Replies: 0
    Last Post: 11-09-2010, 05:24 AM
  3. Create Multiple Charts for Report
    By Catch Wrestler in forum Programming
    Replies: 0
    Last Post: 06-21-2010, 10:50 PM
  4. Create Multiple Charts from Single Table
    By Catch Wrestler in forum Reports
    Replies: 0
    Last Post: 06-17-2010, 08:33 AM
  5. Multiple Charts Instead of One
    By Mike Borozdin in forum Reports
    Replies: 0
    Last Post: 02-28-2009, 07:15 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