Results 1 to 4 of 4
  1. #1
    chr1stoper1 is offline Advanced Beginner
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    55

    graphs


    Hi guys .Maybe a silly question but is there a way of having more than six items in a graph?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    items? if verticle Columns, yes. (X axis values)

  3. #3
    chr1stoper1 is offline Advanced Beginner
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    55
    Could you point me in the right direction?

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Let wizard build the graph then manually modify RowSource property to include the additional fields.

    For an XYScatter or Line, the first field is the X axis values and other fields are Y axis values (series).

    SELECT A, B, C, D, E, F, G, H, I, J, K FROM table;
    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. Sorting Graphs?
    By McArthurGDM in forum Reports
    Replies: 2
    Last Post: 05-11-2015, 01:17 PM
  2. Report Graphs
    By dr4ke1990 in forum Reports
    Replies: 9
    Last Post: 10-26-2013, 11:29 AM
  3. new issue...graphs
    By thewabit in forum Forms
    Replies: 3
    Last Post: 02-01-2010, 05:19 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