Page 2 of 2 FirstFirst 12
Results 16 to 25 of 25
  1. #16
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    I had one situation where I used the overlaying multiple graphs technique until I figured out how to have all the data in one.



    Graph control has Master/Child Links properties that should be able to synchronize the graph data with current record on form/report. However, I've never had any luck with that approach. So I have graph RowSource reference a field/textbox on form/report as filter criteria. Examples:

    SELECT M, D, FD, ZD, ZDM FROM GraphProctor WHERE LabNum=[tbxLabNum];

    SELECT [DropNum], [CumulativePenMM] FROM [dcpfiledata] WHERE [HoleNum] = [Hole];
    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.

  2. #17
    kingofthekassel's Avatar
    kingofthekassel is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jul 2015
    Posts
    25
    I really appreciate the help you are providing. I am trying to look up what these terms mean, can you tell me what they refer to?

    "DropNum"
    "CumulativePenMM"
    "dcpfiledata"
    "HoleNum"
    "Hole"

    I am still fairly new to access. sorry

  3. #18
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Those are field and table names from my database. The SQL statements are intended as examples, not for your use as is.
    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.

  4. #19
    kingofthekassel's Avatar
    kingofthekassel is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jul 2015
    Posts
    25
    So if I wanted to sort for riskNo mine would look something like:

    SELECT Final_Risks_Query.RiskNo, Final_Risks_Query.First_Porbability, Final_Risks_Query.FirstConsequence
    FROM "Final Risks Query";


    Assuming Final Risks Query is the name of the query from which I want to pull the information, is this correct?

  5. #20
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Use [] instead of quote marks.

    Not using a WHERE clause to filter records.


    Advise no spaces in naming convention.
    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.

  6. #21
    kingofthekassel's Avatar
    kingofthekassel is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jul 2015
    Posts
    25
    okay I changed to the brackets, but now it takes me to this screen... How is this going to get me only one graph at a time?
    Attached Thumbnails Attached Thumbnails Capture.JPG  

  7. #22
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Do you have a saved query object named Final_Risk_Query? Did you build a graph on form? Are you putting this SQL statement into the RowSource property of graph?
    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.

  8. #23
    kingofthekassel's Avatar
    kingofthekassel is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jul 2015
    Posts
    25
    I think yes to all of those questions. this picture should show all of that.
    Attached Thumbnails Attached Thumbnails Capture.JPG  

  9. #24
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    I analyze graph issues best when I can work with data. If you want to provide db, follow instructions at bottom of my post.

    Note Probability is misspelled as Porbability. Might want to modify field name in table and/or query.

    The actual query name does not have underscores - it has spaces - already advised not to do that.
    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.

  10. #25
    kingofthekassel's Avatar
    kingofthekassel is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jul 2015
    Posts
    25
    Thank you so much! It works

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. access graph not displaying bars
    By Compufreak in forum Access
    Replies: 5
    Last Post: 07-24-2012, 03:26 AM
  2. new graph for each item in access
    By Grahamvdh in forum Forms
    Replies: 7
    Last Post: 05-17-2012, 03:17 PM
  3. Replies: 6
    Last Post: 02-29-2012, 03:13 AM
  4. Graph Report in Access
    By Alaska1 in forum Access
    Replies: 0
    Last Post: 03-07-2011, 08:32 AM
  5. Replies: 3
    Last Post: 01-10-2011, 10:31 AM

Tags for this Thread

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