Results 1 to 3 of 3
  1. #1
    swalsh84 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jan 2010
    Posts
    36

    Best Chart to Use

    I have a table that keeps track of a loan type, the number of comments on the notes screen, and the number of loans with that number of comments:



    For example:

    Code:
     
    Type Comments NumLoans
    1    1        100
    1    2        50
    2    1        8
    2    3        70
    Etc.

    I'm trying to graph this data with the loan types as different colors and the "coordinates" for the data marked appropriately on my chart with the right color. What Access seems to be doing is differentiating each record as a separate grouping and not allowing me to get all of loan type 1 as one color with its comments and number of loans, and loan type 2 to follow suit, etc.

    I have been fiddling with this for three days and cannot for the life of me figure out what I'm doing wrong.

    Any thoughts?
    TIA

  2. #2
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    graphs will give you one line and/or bar for each group, but it runs a query itself before doing this. I'm not sure what you're trying to get it. hard to understand.

    what would the final data look like if you queried it out using a crosstab? in other words, what do you want it to look like as a dataset?

  3. #3
    swalsh84 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jan 2010
    Posts
    36
    You clued me into the piece that I was missing. I was not trying to do this as a crosstab query. I was summarizing the data before getting it to the graph, so I stopped that and let the graph summarize.

    CrossTab won and I got the information set up properly. Thanks!

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

Similar Threads

  1. Chart formatting
    By NISMOJim in forum Access
    Replies: 0
    Last Post: 07-31-2010, 08:52 PM
  2. Replies: 2
    Last Post: 07-12-2010, 05:39 AM
  3. Chart Help
    By lcwallis in forum Reports
    Replies: 0
    Last Post: 02-16-2010, 03:25 PM
  4. Pie Chart
    By kathy62959 in forum Reports
    Replies: 0
    Last Post: 12-21-2009, 11:34 AM
  5. ms chart
    By Fredo0709 in forum Forms
    Replies: 0
    Last Post: 12-17-2005, 01:27 PM

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