Results 1 to 8 of 8
  1. #1
    taimysho0 is offline Competent Performer
    Windows XP Access 2000
    Join Date
    Nov 2011
    Posts
    286

    How to program a GRAPH out of data from TABLE

    hi, i have a table and i was wondering if i could graph representational data from the table. i have attached an image for example. would something liek this be possible? thanks



    my table contains two 2 fields. Site ID's and issue type. Issue types could be "bad protocol", "communication problem" "data gap" and "infrastructure".


    the graph will show how many of each issue type out of the total site id's we have. Thanks!

  2. #2
    orange's Avatar
    orange is online now Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,742
    Have you considered the Chart Wizard on the Form-->New-->Chart?

    Perhaps you could describe what you mean by Graph a little more.

  3. #3
    taimysho0 is offline Competent Performer
    Windows XP Access 2000
    Join Date
    Nov 2011
    Posts
    286
    I see, Im having trouble making my graph look how i want it to look. I want a line graph that shows Duration on the y axis and Number of IDs for the Duration on the x axis,.



    here is my query:

    SELECT [not_num_date_create]-[date_sent] AS Duration, Count(notification.record_num) AS [Number of IDs for the Duration]
    FROM AMR_exception_all INNER JOIN notification ON AMR_exception_all.[record num] = notification.record_num
    GROUP BY [not_num_date_create]-[date_sent]
    HAVING ((([not_num_date_create]-[date_sent]) Is Not Null And ([not_num_date_create]-[date_sent])>0) AND ((Count(notification.record_num)) Is Not Null))
    ORDER BY Count(notification.record_num);

  4. #4
    taimysho0 is offline Competent Performer
    Windows XP Access 2000
    Join Date
    Nov 2011
    Posts
    286
    Actually,ill do a pie graph. pic of what i want represented is attached. i want pie graph to show the Duration, and the size of each slice of the pie will be the percentage of the overall Number of sites that falls within that duration.

  5. #5
    taimysho0 is offline Competent Performer
    Windows XP Access 2000
    Join Date
    Nov 2011
    Posts
    286
    when i try to use the chart wizard i get this error: pic attached

  6. #6
    orange's Avatar
    orange is online now Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,742
    What does the output of your query look like? What sort of figures for duration?

  7. #7
    taimysho0 is offline Competent Performer
    Windows XP Access 2000
    Join Date
    Nov 2011
    Posts
    286
    it looks like this: pic attached



    it only shows ONE of the rows, how do i get it to include all the other rows of my query as well??

  8. #8
    taimysho0 is offline Competent Performer
    Windows XP Access 2000
    Join Date
    Nov 2011
    Posts
    286
    could this be an error with how the chart is set up? or is it a query issue. thanks

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

Similar Threads

  1. Export Query/Table to PowerPoint Graph
    By BED in forum Import/Export Data
    Replies: 0
    Last Post: 03-10-2011, 12:27 PM
  2. Replies: 3
    Last Post: 01-10-2011, 10:31 AM
  3. Need Zero Values in Table For Graph
    By TexMax007 in forum Access
    Replies: 2
    Last Post: 06-02-2010, 10:02 AM
  4. Pivot table graph form export to powerpoint
    By maati1980 in forum Forms
    Replies: 0
    Last Post: 10-22-2009, 02:59 AM
  5. Graph totals queries with different data
    By maggioant in forum Queries
    Replies: 0
    Last Post: 10-01-2009, 12:12 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