Results 1 to 2 of 2
  1. #1
    bubu77 is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Feb 2013
    Posts
    1

    Create line chart in ms access 2007

    Hi,

    I need to display the out put of a table as chart in ms access 2007. My table is as below.

    ItemID Week 1 Value Week 2 Value
    1001 87 5
    1002 80 1
    1003 42 1
    1004 55 164

    In the chart X co ordinate should be the "ItemID" and the Y co ordinate should be the week number (eg, week1, week2 ...etc).
    Is it possible to display the chart with the above table? Or do I need to transform the table and then dosplay as chart?

    Also can I transform the above table as shown below using a single Transform query ?

    ItemID Week Value
    1001 1 87
    1001 2 5
    1002 1 80
    1002 2 1
    1003 1 42
    1003 2 1
    1004 1 55
    1004 2 1664

    Also please let me know if I can transform the table as above is it possible to create the chart.



    Please help me resolving these.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    The original data should be chartable. Each week field should result in a graph line. The RowSource for the graph would be like:

    SELECT ItemID, [Week 1 Value], [Week 2 Value] FROM tablename;
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 9
    Last Post: 01-29-2013, 06:44 PM
  2. Pie chart in Access 2007
    By specsol in forum Forms
    Replies: 2
    Last Post: 09-13-2012, 12:54 AM
  3. Replies: 1
    Last Post: 05-04-2012, 02:22 PM
  4. Line chart in access report
    By drp in forum Reports
    Replies: 2
    Last Post: 11-29-2011, 09:37 AM
  5. Replies: 2
    Last Post: 07-12-2010, 05:39 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