|
-
Feb 15th, 2006, 08:41 AM
#1
Thread Starter
Hyperactive Member
-
Feb 15th, 2006, 08:57 AM
#2
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 
-
Feb 15th, 2006, 09:19 AM
#3
Thread Starter
Hyperactive Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|