Results 1 to 3 of 3

Thread: [RESOLVED] Graphs in Microsoft Access

  1. #1

    Thread Starter
    Hyperactive Member nagasrikanth's Avatar
    Join Date
    Nov 2004
    Location
    India,Hyderabad.
    Posts
    420

    Resolved [RESOLVED] Graphs in Microsoft Access

    Hi all,

    Can any one of you tell me how to add a target line to a chart..
    Let me explain clearly whats my problem was..

    I had a form in which user will select 2 dates(From date,todate).By using this i will run some queries which will give input to the Graph which is there in the same form..
    Till now i dont have any problem.Now the requirement is I need to show a Target line in the graph which will be standard forever..
    I think,I had explained my problem correctly..
    Please help me ...

    Thanx & Regards
    Srikanth...
    The Difference between a Successful person and others is not a Lack of Knowledge,
    But rather a Lack of WILL

  2. #2
    Frenzied Member DKenny's Avatar
    Join Date
    Sep 2005
    Location
    on the good ship oblivion..
    Posts
    1,171

    Re: Graphs in Microsoft Access

    Srikanth

    You will need to add a second series to your chart data.
    As you are using a query to get the chart data and the target line is a fixed value, you could just add a new column to the query with a fixed value to represent the target.
    e.g. SELECT ..all your current fields...,42 AS Target FROM yourtable etc

    Assuming that 42 is the target, this will add a column to your dataset with 42 on each row. Now all you have to do is add a new dataseries to your graph - using this column as the source.
    Declan

    Don't forget to mark your Thread as resolved.
    Take a moment to rate posts that you think are helpful

  3. #3

    Thread Starter
    Hyperactive Member nagasrikanth's Avatar
    Join Date
    Nov 2004
    Location
    India,Hyderabad.
    Posts
    420

    Re: Graphs in Microsoft Access -Resolved..

    Gr8....Its worked, Kenny...u did it..
    ThaQ so muchh..
    The Difference between a Successful person and others is not a Lack of Knowledge,
    But rather a Lack of WILL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width